Merge "Add doc depends to tox releasenotes environment"

This commit is contained in:
Zuul 2018-10-29 19:49:44 +00:00 committed by Gerrit Code Review
commit 66c94fd083
1 changed files with 4 additions and 2 deletions

View File

@ -84,8 +84,10 @@ deps =
commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:releasenotes]
usedevelop = False
skip_install = True
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]