diff --git a/.travis.yml b/.travis.yml index c461dff3..4c350a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ -sudo: true -dist: xenial +sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - - 3.7 install: - pip install pipenv --upgrade-strategy=only-if-needed - pipenv install --dev