Merge "Fix for broken zuul v3 job and releasenotes"

This commit is contained in:
Zuul
2017-10-17 11:08:30 +00:00
committed by Gerrit Code Review

View File

@@ -59,12 +59,10 @@ usedevelop = True
[testenv:docs]
setenv = PYTHONHASHSEED=0
sitepackages = False
envdir = {toxworkdir}/venv
commands =
python setup.py build_sphinx
[testenv:releasenotes]
envdir = {toxworkdir}/venv
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]