Install reno to venv for creating release note

Although reno was once moved from test-requirements to doc/requirement
for introducing the new TPI, it is also necessary for creating a
releasenote with 'tox -e venv'. This patch adds doc/requirements to
venv for installing reno.

Change-Id: Ic9c755ef98b71448457560c78ae69571d1f4bd00
This commit is contained in:
Hironori Shiina 2018-04-19 11:45:42 +09:00
parent cff1ea73b7
commit 26694e0676
1 changed files with 4 additions and 0 deletions

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]