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: I899d223f5347633a17ac5c7fb3991a3cd1f4c781
This commit is contained in:
Sylvain Bauza 2015-11-28 00:57:58 +01:00
parent d12d6f90cd
commit bb7956bfaa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ commands =
python setup.py build_sphinx
[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:functional]