Ensure docs build successfully during CI

This commit is contained in:
Andrew Rabert 2018-11-28 11:29:35 -05:00
parent b2e980d04d
commit 07ed4c8dc9

View file

@ -5,10 +5,10 @@ python:
- 3.6
- 3.7
install:
- pip install codecov
- pip install -r requires/installation.txt
- pip install -r requires/testing.txt
script: nosetests
- pip install codecov -r requires/development.txt
script:
- nosetests
- python setup.py build_sphinx
after_success:
- codecov
deploy: