summaryrefslogtreecommitdiff
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 73cc32a4..d07cfb05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -143,7 +143,8 @@ script: |
# Check that the generated docs where already commited.
git diff --exit-code
# Generate the html docs and turn all warnings into errors.
- make -C docs html SPHINXBUILD='sphinx-build -W'
+ #make -C docs html SPHINXBUILD='sphinx-build -W'
+ travis-sphinx build
else
alot --config conf
coverage run setup.py test