Skip to content

Commit

Permalink
travis: remove py2.7 and use py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeyGao committed Jan 14, 2020
1 parent fb4afe7 commit 3527fdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3527fdb

Please sign in to comment.