From 1f6cf5f644b3f4fef20ffd9de0d94a5001cdbccf Mon Sep 17 00:00:00 2001 From: Jan Vlcinsky Date: Fri, 13 Apr 2018 23:28:51 +0200 Subject: [PATCH] .travis modified to use `tox` --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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