summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-11-20 09:37:19 -0500
committerDoug Hellmann <doug@doughellmann.com>2017-11-20 09:43:46 -0500
commit923dc9041dcc09bfb52daaf15fdb5580786fcda2 (patch)
tree5df0a8fc67194931a879a38068f03db22a1cfcb5 /tox.ini
parentc15837eb22276bb23970edb5718d16b41e202a07 (diff)
downloadceilometer-923dc9041dcc09bfb52daaf15fdb5580786fcda2.tar.gz
treat warnings as errors in release notes build
Change-Id: Ia440af605a39b8cb765590f8f080fd2cdfbf2249 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
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 6159a33f..431a42d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,7 +43,7 @@ commands =
bash -c "find ceilometer -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:releasenotes]
-commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf