Ensure package is checked during CI

This commit is contained in:
Andrew Rabert 2018-11-28 13:18:19 -05:00
parent 1727bb3655
commit 1a40c2cef2
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -5,6 +5,9 @@ universal = 1
fresh-env = 1
warning-is-error = 1
[check]
strict = 1
[nosetests]
cover-branches = 1
cover-erase = 1