Require flake8 compliance in CI

This commit is contained in:
Andrew Rabert 2018-11-28 11:48:05 -05:00
parent 00b87a43cf
commit 92bde69779
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ install:
script:
- nosetests
- python setup.py build_sphinx
- flake8
after_success:
- codecov
deploy:

View file

@ -1,2 +1,3 @@
coverage==4.5.2
flake8==3.6.0
nose==1.3.7