summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d27ebaf..d0bd7cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,11 +19,11 @@ matrix:
# dist: xenial # Bionic has no Python 3.5
install:
- - pip install pipenv
- - pipenv install --dev
+ - pip install poetry
+ - poetry install -v
script:
- - pipenv run py.test
+ - poetry run py.test tests/
after_success:
- - pipenv run coveralls
+ - poetry run coveralls