Update .travis.yml

This commit is contained in:
Dave Gallant
2018-06-21 22:57:19 -04:00
committed by GitHub
parent b7f9205c8d
commit ecd8df56da

View File

@@ -2,7 +2,6 @@ sudo: false
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
# - "3.7-dev" # - "3.7-dev"
@@ -14,4 +13,4 @@ install:
- pip install pytest==3.6.0 - pip install pytest==3.6.0
- pip install pylint - pip install pylint
script: script:
- tox - tox