Fix for broken zuul v3 job and releasenotes

The Zuul v3 job is looking for the log files from the release notes
in: .tox/releasenotes/log/ but we had then in .tox/venv/log/

Fix it to where they Zuul v3 job expects it to be.

Change-Id: Ic0810a681efefe2be4656bc66e2477710a8b15dd
This commit is contained in:
John L. Villalovos 2017-10-16 12:06:34 -07:00
parent 660b682764
commit 2e25c5ed76
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
commands = {posargs}
[testenv:releasenotes]
envdir = {toxworkdir}/venv
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:cover]