From 7f0c8ab40e1a078535ed97967b65404741e5006d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 6 Jun 2016 19:09:36 -0700 Subject: travis: stricter doc checks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3