Add reno cmd in tox venv

Now openstack can generate reno file by tox,
but there is an error in packstack when
using "tox -e venv -- reno new filename" for
there is no reno cmd in tox venv.
We need add the reno cmd to venv for supporting
the command above.

Change-Id: I3d76c787ce2f8fe143ed6693d3ef95ec3af50db5
This commit is contained in:
coldmoment 2016-11-28 09:13:19 +08:00
parent 5b529aa6db
commit 6997e18066
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ coverage
hacking>=0.9.5,<0.10
netaddr
pyOpenSSL
# releasenotes
reno>=1.8.0 # Apache-2.0