summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b38fc6..c2d158e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,20 @@
language: python
python:
- - "3.6"
- - "3.7"
- "3.8"
+ - "3.7"
+ - "3.6"
- "pypy3"
install:
+ - make install-poetry
+ - source $HOME/.poetry/env
- make install
- poetry run pip freeze
+ - make tox-listenvs
script:
- - make test
- - make lint
+ - make pytest
after_success:
- coveralls