Skip to content

Commit

Permalink
Add flake8 check to travis + update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Sep 18, 2016
1 parent 6be50fb commit 0c6625d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,6 @@ language: python
python:
- "3.5"
install: "python setup.py install && pip install -r requirements.txt"
before_script: "flake8 --ignore=E501 belogging"
script: "py.test"
after_success: coveralls
2 changes: 2 additions & 0 deletions requirements.txt
@@ -1,2 +1,4 @@
pytest
pytest-cov
flake8
coveralls

0 comments on commit 0c6625d

Please sign in to comment.