Skip to content

Commit

Permalink
travis: Pin flake8 version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 26, 2018
1 parent eb2cc84 commit f9fc08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
language: python
python: '3.6'
install:
- travis_retry pip install flake8
- travis_retry pip install flake8==3.5.0
before_script:
- git fetch --unshallow
script:
Expand Down

0 comments on commit f9fc08c

Please sign in to comment.