aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a09a205f..08fa5d04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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/