Add a missing tox environment "venv"

The venv tox enviroment is required for the package release
to pypi.

Change-Id: I5b6fda3b3efc86dd2fdb7b7d98fb39c14708f89b
This commit is contained in:
Michael Johnson 2015-09-30 16:31:55 +00:00
parent 585bff3b6a
commit 4f44ef2f1f

View File

@ -26,6 +26,9 @@ commands = flake8
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:venv]
commands = {posargs}
[testenv:genconfig]
commands =
oslo-config-generator --output-file etc/octavia/octavia.conf.sample \