Add flake8 test to travis-ci job

This commit is contained in:
Gavin M. Roy 2019-04-01 11:19:36 -04:00
parent 627e87f069
commit cd488b7dc2

View file

@ -7,6 +7,7 @@ install:
- pip install -r requires/development.txt
script:
- nosetests
- flake8
after_success:
- codecov
- ./setup.py build_sphinx