summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 84c1a54..3e8aca4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,9 @@ stages:
- test
install:
- - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - -y
+ - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - -y --preview
- source $HOME/.poetry/env
- - poetry --no-interaction install -v
+ - poetry install --verbose --no-interaction
script:
- pytest
@@ -23,6 +23,7 @@ jobs:
- python: 3.5
- python: 3.6
- python: 3.7
+ - python: 3.8
dist: xenial
before_script:
- pip install coveralls