diff --git a/.travis.yml b/.travis.yml index 9f2d284..903f898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - "2.7" - - "3.6" + - "3.7" install: - pip install flake8 -r requirements.txt before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics