Merge "force releasenotes warnings to be treated as errors"

This commit is contained in:
Jenkins 2015-11-27 01:32:39 +00:00 committed by Gerrit Code Review
commit ee79ee3726
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