Force releasenotes warnings to be treated as errors

Change-Id: Ic853bfa1d7583ae46bfd8414bd043bf68ca9c14e
This commit is contained in:
Sergey Lukjanov 2015-12-02 12:58:51 -08:00
parent 44aea55edb
commit 4fdffc3ea3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ commands =
--output-file etc/sahara/sahara.conf.sample
[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:pip-missing-reqs]
# do not install test-requirements as that will pollute the virtualenv for