Ensure docs build in CI

This commit is contained in:
Andrew Rabert 2018-11-26 19:30:55 -05:00
parent c6cfc2bc82
commit c68e5e1762
2 changed files with 4 additions and 4 deletions

View file

@ -4,13 +4,11 @@ python:
- 3.5
- 3.6
- 3.7
before_install:
- pip install codecov
- pip install -r requires/testing.txt
install:
- pip install -e .
- pip install -r requires/development.txt codecov
script:
- nosetests --with-coverage
- python setup.py build_sphinx
after_success:
- codecov
sudo: false

View file

@ -3,6 +3,8 @@ universal = 1
[build_sphinx]
all-files = 1
fresh-env = 1
warning-is-error = 1
[flake8]
exclude = env,build