force releasenotes warnings to be treated as errors

Change-Id: I48ecfbd8992a81fe13838e6c353195188f7cb3cd
Related-Bug: #1519912
This commit is contained in:
Doug Hellmann 2015-11-25 18:32:17 +00:00
parent 476d8ba945
commit 54c390cb32
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,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