initial tox support addresses: https://github.com/vmware/pyvmomi/issues/131 closes: https://github.com/vmware/pyvmomi/issues/136
7 lines
113 B
INI
7 lines
113 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34
|
|
[testenv]
|
|
deps = -rtest-requirements.txt
|
|
commands =
|
|
python setup.py test
|