force releasenotes warnings to be treated as errors
Change-Id: Ibf97c643bd12d8e5d1f0a71d85c020d6bb25b4c7
This commit is contained in:
parent
e688db26b2
commit
b30206f5ba
2
tox.ini
2
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user