diff --git a/.travis.yml b/.travis.yml index c4301f2..7f81f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: - .pytest_cache - tests/testdata python: - - "2.7" - "3.5" # - "3.7" # Python 3.7 is not available on travis CI yet install: diff --git a/tox.ini b/tox.ini index 8ccfc09..5573e87 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py37 +envlist = py35,py37 [testenv] deps = flake8