Add venv tox environment
Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I6f93b1195797a85c2874f69e30c980d3cbd4ea6e
This commit is contained in:
parent
683d757995
commit
a1baeb367d
3
tox.ini
3
tox.ini
@ -14,6 +14,9 @@ commands =
|
|||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
rm -Rf .testrepository/times.dbm
|
rm -Rf .testrepository/times.dbm
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands =
|
commands =
|
||||||
rm -rf doc/build
|
rm -rf doc/build
|
||||||
|
Loading…
Reference in New Issue
Block a user