diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:09:36 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-06 19:10:19 -0700 |
commit | 7f0c8ab40e1a078535ed97967b65404741e5006d (patch) | |
tree | 80ccc9c90a1060402f59fe54fd632370896b96ce | |
parent | 83f852298132ef6c3757cdc10a34f237a2df33ab (diff) | |
download | mitmproxy-7f0c8ab40e1a078535ed97967b65404741e5006d.tar.gz mitmproxy-7f0c8ab40e1a078535ed97967b65404741e5006d.tar.bz2 mitmproxy-7f0c8ab40e1a078535ed97967b65404741e5006d.zip |
travis: stricter doc checks
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f6731c0b..5b78d331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ matrix: env: SCOPE="netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_base.py test/pathod/test_language_http.py" NO_ALPN=1 - python: 2.7 env: DOCS=1 - script: 'cd docs && make html' + script: 'cd docs && SPHINXOPTS="-W" make -e html' allow_failures: - python: pypy |