Skip to content

Commit

Permalink
Test against released Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 28, 2019
1 parent c3c95b3 commit eb14954
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 39 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
@@ -1,7 +1,11 @@
environment:
global:
POETRY_PREVIEW: 1
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8

cache:
- .venv -> poetry.lock
Expand Down
14 changes: 8 additions & 6 deletions .travis.yml
Expand Up @@ -2,19 +2,21 @@ dist: xenial

language: python
python:
- "3.7"
- "3.8-dev"
- 3.7
- 3.8

cache:
pip: true
directories:
- ${VIRTUAL_ENV}

env:
global:
- POETRY_PREVIEW=1

before_install:
# https://github.com/sdispater/poetry/issues/613
# - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
# - source $HOME/.poetry/env
- pip install poetry
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- make doctor

install:
Expand Down

0 comments on commit eb14954

Please sign in to comment.