Force releasenotes warnings to be treated as errors

Change-Id: I16a341af592a7c61e7482b100a25edae8bb233c1
This commit is contained in:
Kirill Zaitsev
2015-11-25 23:52:06 +03:00
parent 88952c40d2
commit 82403f6752

View File

@@ -39,7 +39,7 @@ commands = bash tools/lintstack.sh
commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.conf
[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]
# H405 Multi line docstring summary not separated with an empty line