force releasenotes warnings to be treated as errors

Change-Id: I48ecfbd8992a81fe13838e6c353195188f7cb3cd
Related-Bug: #1519912
(cherry picked from commit 54c390cb32)
This commit is contained in:
Doug Hellmann 2015-11-25 18:32:17 +00:00 committed by Andreas Jaeger
parent 9650a8a691
commit 53816cae72
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[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:pep8]
basepython = python2.7