Merge "Add doc/requirements.txt to releasenotes tox environment"

This commit is contained in:
Zuul 2018-08-14 13:44:18 +00:00 committed by Gerrit Code Review
commit dcca849ec5
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ commands = oslo_debug_helper -t bifrost/tests {posargs}
[testenv:releasenotes]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug-py27]