Skip to content

Commit

Permalink
Fix flake8 install on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Oct 11, 2016
1 parent df5bf90 commit e77c4b5
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 @@ -5,7 +5,7 @@ python:
- 3.3
- 3.4
install:
- pip install --use-mirrors flake8
- pip install flake8
script:
- flake8 lib setup.py
- python setup.py test

0 comments on commit e77c4b5

Please sign in to comment.