Add venv testenv to tox.ini.

The automagic pypi publishing of releases through jenkins.openstack.org
depends on tox having a testenv called venv. Add this new testenv so
that git-review can be released automagically.

Change-Id: I89d78a22c13f94b5af3cda1115c8068424d42b34
This commit is contained in:
Clark Boylan 2013-04-05 13:45:29 -07:00
parent 4b608f293f
commit e131460c82

View File

@ -13,6 +13,9 @@ commands = flake8
[testenv:sdist]
commands = python setup.py sdist {posargs}
[testenv:venv]
commands = {posargs}
[flake8]
ignore = E125
show-source = True