travis: remove py2.7 and use py3.7

This commit is contained in:
jackeyGao
2020-01-14 16:03:41 +08:00
parent fb4afe7192
commit 3527fdbcc3

View File

@ -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