summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 14:52:09 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 16:03:29 +0100
commit52a61ef21c08e4b7cb40048bd062d64d57782e2f (patch)
tree19e85fecd82bc6df7230f571f1a50195d4bcbbae
parent05a389d482777bc2fae62460d24d8360c64fb534 (diff)
downloadwarlock-52a61ef21c08e4b7cb40048bd062d64d57782e2f.tar.gz
Update jobs in Travis CI
-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