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

This commit is contained in:
Zuul 2019-06-20 11:13:57 +00:00 committed by Gerrit Code Review
commit 972b9a9789

View File

@ -63,6 +63,9 @@ commands = flake8
[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 -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]