Skip to content

Commit

Permalink
test: Install flake8 before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed May 30, 2016
1 parent 7c5e934 commit 357cf1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ python:

# command to run tests, e.g. python setup.py test
script:
- pip install flake8
- python setup.py test
- flake8 .

0 comments on commit 357cf1e

Please sign in to comment.