tox support

initial tox support

closes: https://github.com/vmware/pyvmomi/issues/136
This commit is contained in:
Shawn Hartsock 2014-08-25 17:42:11 -04:00
parent 7e04f6592e
commit 5fa2c1808f
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,2 @@
contextdecorator
PyYAML>=3.11
testtools>=0.9.34
vcrpy

6
tox.ini Normal file
View File

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