Add tox file

This commit is contained in:
Steve Pulec 2013-10-03 20:34:31 -04:00
parent 3bddbb4af3
commit 879e93e987

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist = py26, py27
[testenv]
deps = -r{toxinidir}/requirements.txt
commands =
{envpython} setup.py test
nosetests