Merge "Remove releasenotes/build between releasenotes runs"

This commit is contained in:
Jenkins 2016-01-23 04:10:38 +00:00 committed by Gerrit Code Review
commit 853424ca11
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@ commands = {[testenv:docs]commands}
commands = bandit -c bandit.yaml -r nova -n 5 -ll
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126