diff --git a/.travis.yml b/.travis.yml index 84017828..dffcbed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "2.7.13" - - "3.6" + - "2.7.16" + - "3.7.3" # command to install dependencies install: - pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six @@ -9,4 +9,3 @@ install: # command to run tests script: pycodestyle samples tests script: pytest -