Force releasenotes warnings to be treated as errors

See
http://lists.openstack.org/pipermail/openstack-dev/2015-November/080521.html

Change-Id: I73b43e84a0fc996cbda6f91445e161d5cc7fc8c0
This commit is contained in:
Lingxian Kong 2015-11-27 18:15:51 +08:00
parent b9c7f66345
commit fab684d864

View File

@ -46,7 +46,7 @@ setenv = VIRTUAL_ENV={envdir}
commands = bash tools/lintstack.sh
[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]
show-source = true