Merge pull request #137 from hartsock/tox

tox support
This commit is contained in:
Shawn Hartsock
2014-08-28 10:23:32 -04:00
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