diff --git a/.travis.yml b/.travis.yml index 107ea08..964f05a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" # - "3.7-dev" @@ -14,4 +13,4 @@ install: - pip install pytest==3.6.0 - pip install pylint script: - - tox \ No newline at end of file + - tox