force releasenotes warnings to be treated as errors

Per http://lists.openstack.org/pipermail/openstack-dev/2015-November/080521.html,
we need to make sure that there are no warnings for reno.

Change-Id: I50ce202f82e3213d07c3989780833e18b4c2bf08
This commit is contained in:
Sylvain Bauza 2015-11-28 00:50:51 +01:00
parent 7222ac338c
commit 9235151e00
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ commands = {[testenv:docs]commands}
commands = bandit -c bandit.yaml -r nova -n 5 -ll
[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
[flake8]
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126