force releasenotes warnings to be treated as errors

Cherry-pick of: Ibf97c643bd12d8e5d1f0a71d85c020d6bb25b4c7

Change-Id: Ib8ea91990e92fc416f13f62c76e5b31b6ca40b48
This commit is contained in:
Doug Hellmann 2015-11-25 18:41:35 +00:00
parent 999e8ab99e
commit c0d466d6d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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:py34]
commands =