diff --git a/.travis.yml b/.travis.yml index d46095d..e48303c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.5" + - "3.6" # command to install dependencies install: "pip install pipenv --upgrade" # command to run tests