.travis modified to use tox

This commit is contained in:
Jan Vlcinsky
2018-04-13 23:28:51 +02:00
parent 84ed3f1a55
commit 1f6cf5f644
+3 -4
View File
@@ -1,8 +1,7 @@
sudo: false
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install: "pip install pipenv --upgrade"
# command to run tests
script: make
install: pip install tox-travis
script: tox