Add tox.ini

This commit is contained in:
Florent Xicluna 2014-03-30 22:51:03 +02:00
parent a6027498a0
commit 04401f8080

8
tox.ini Normal file
View file

@ -0,0 +1,8 @@
[tox]
envlist =
py26,py27,py32,py33,py34
[testenv]
deps =
commands =
python setup.py test -q