Skip to content

Commit

Permalink
fix failing flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
esteban committed Mar 27, 2015
1 parent 7c6ce71 commit d0df9c4
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 @@ -7,7 +7,7 @@ python:

install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls pep8 flake8
- pip install coveralls pep8==1.5.7 flake8
script:
- flake8 --exit-zero
- ./runtests.py example
Expand Down

0 comments on commit d0df9c4

Please sign in to comment.