Test that docs compile clean as well

This commit is contained in:
Alex Gaynor 2013-08-07 11:25:59 -07:00
parent b64929b18f
commit 6c7cfeb020
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,8 @@ python:
- 3.2
- 3.3
install:
- pip install pytest flake8
- pip install pytest flake8 sphinx
script:
- py.test
- "flake8 . --ignore='E128'"
- sphinx-build -W -bhtml docs/ docs/_build/html/

0
docs/_static/.keep vendored Normal file
View file