Include venv in tox.ini.
This is needed to make tarball generation work. Change-Id: Iba864f07c69f25fd67ad0b28c7d6155adfb17f2a
This commit is contained in:
parent
2ef3a80f42
commit
d99fd6511d
3
tox.ini
3
tox.ini
@ -23,3 +23,6 @@ exclude = .venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tests
|
|||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user