Skip to content

Commit

Permalink
use flake8 version in requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Feb 26, 2019
1 parent c3aa3fa commit 95be1d2
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 @@ -25,7 +25,7 @@ jobs:
- stage: 'Linting'
language: python
python: "2.7"
install: "pip install flake8"
install: "pip install flake8==3.6.0"
script: "flake8"
after_success: travis_terminate 0
- stage: 'Integration Tests'
Expand Down

0 comments on commit 95be1d2

Please sign in to comment.