add a tox.ini

This commit is contained in:
Chris McDonough 2012-09-08 10:18:25 -04:00
parent 469fa69793
commit d95f2e1b45
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ build/*
pip-log.txt
pip.log
*.~
.tox

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist =
py25,py26,py27,py32,py33,pypy
[testenv]
commands =
python setup.py dev
python setup.py nosetests