diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0efd09fc..67613a84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ dist: 'xenial' language: 'python' python: - '2.7' - - '3.4' - '3.5' + - '3.6' install: - 'pip install pipenv' - 'pipenv update --dev' script: - - 'make test' + - 'pipenv run make test' |