Added tox file

This commit is contained in:
Christopher Grebs 2014-01-05 18:53:26 -08:00 committed by Ben Firshman
parent 93b9b6fd9f
commit bf8875d930
1 changed files with 8 additions and 0 deletions

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,py32,py33,pypy
[testenv]
commands =
pip install -e {toxinidir}
pip install -e {toxinidir}[test]
python setup.py test