Merge "Install reno to venv for creating release note"

This commit is contained in:
Zuul 2018-04-24 10:06:37 +00:00 committed by Gerrit Code Review
commit 9179eb26af

View File

@ -98,6 +98,10 @@ commands =
[testenv:venv]
setenv = PYTHONHASHSEED=0
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = {posargs}
[flake8]