Skip to content

Commit

Permalink
Fix #49: Add flake8 checks to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Sep 6, 2015
1 parent 732d792 commit b666900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,9 @@ python:
- 3.4
- 3.5-dev
install:
- pip install . coverage coveralls nose
- pip install . coverage coveralls flake8 flake8-import-order nose
script:
- flake8
- nosetests
after_success:
- coveralls

0 comments on commit b666900

Please sign in to comment.