Merge "force releasenotes warnings to be treated as errors"

This commit is contained in:
Jenkins 2015-11-30 15:46:50 +00:00 committed by Gerrit Code Review
commit 09550ff1a4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,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:venv]
setenv = PYTHONHASHSEED=0