diff --git a/.travis.yml b/.travis.yml index e48303c..8327ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file +install: pip install tox-travis +script: tox