Ensure flake8 compliance in CI

This commit is contained in:
Andrew Rabert 2018-11-26 19:31:40 -05:00
parent 0cdbcd28d8
commit 49195dd75a

View file

@ -9,6 +9,7 @@ install:
script:
- nosetests --with-coverage
- python setup.py build_sphinx
- flake8
after_success:
- codecov
sudo: false