summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-11-05 04:49:47 +0000
committerGerrit Code Review <review@openstack.org>2019-11-05 04:49:47 +0000
commitcb0a791c4d650876bde0047aa2a01d6879238905 (patch)
tree6857f212a86d6fac421ccdb84bfe83637306447a /tox.ini
parent16760f3b44d6466d2018ce7765556d5b69d9d806 (diff)
parent0863f04a2673cb92934a509ca689a9b06441286a (diff)
downloadpython-barbicanclient-cb0a791c4d650876bde0047aa2a01d6879238905.tar.gz
Merge "docs: Turn on warning-as-error"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5a46e8c..0210bf3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
-commands = sphinx-build -b html doc/source doc/build/html
+commands = sphinx-build -b html -W doc/source doc/build/html
[testenv:functional]
# This tox env is purely to make local test development easier