Files
deb-python-pyvmomi/tox.ini
Shawn Hartsock 5fa2c1808f tox support
initial tox support

closes: https://github.com/vmware/pyvmomi/issues/136
2014-08-25 17:42:11 -04:00

7 lines
113 B
INI

[tox]
envlist = py26,py27,py33,py34
[testenv]
deps = -rtest-requirements.txt
commands =
python setup.py test