force releasenotes warnings to be treated as errors

Change-Id: Ie80109e6ff5212ea48b8a141fdeaa735c14ffe17
This commit is contained in:
Jesse Pretorius 2015-11-27 10:38:19 +00:00
parent 2e9a29447f
commit 8402192c42

View File

@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
[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:docs]
commands=