force releasenotes warnings to be treated as errors

Change-Id: Ibf97c643bd12d8e5d1f0a71d85c020d6bb25b4c7
This commit is contained in:
Doug Hellmann 2015-11-25 18:41:35 +00:00
parent e688db26b2
commit b30206f5ba

@ -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 =