summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2016-11-01 22:29:39 +0000
committerAlex Chan <alex@alexwlchan.net>2016-11-02 08:26:58 +0000
commit080d42000fca8b06391615f83ee665e9c3f38513 (patch)
tree4326b0129710114d2d4128e99f8b14a732a1d39a /.travis.yml
parent2198b73f0d67080e66fc41bf5c3024650087c644 (diff)
downloadurllib3-080d42000fca8b06391615f83ee665e9c3f38513.tar.gz
Make Travis CI fail if docs have warnings or errors
Now that tox has a job for building the docs, we can add it to the Travis job. Then add the '-W' flag to the Sphinx options, so any warnings are upgraded to errors. Fixes #414.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cbf8fbcd..ecd6215c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=gae
+ - TOXENV=docs
# https://github.com/travis-ci/travis-ci/issues/4794
matrix:
include: