Include venv in tox.ini.

This is needed to make tarball generation work.

Change-Id: Iba864f07c69f25fd67ad0b28c7d6155adfb17f2a
This commit is contained in:
David Shrewsbury 2013-04-12 11:13:20 -04:00
parent 2ef3a80f42
commit d99fd6511d

View File

@ -23,3 +23,6 @@ exclude = .venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tests
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}