Start using tox

This commit is contained in:
INADA Naoki 2012-06-19 13:39:23 +09:00
parent b95ea1467f
commit 40d4b8946b

9
tox.ini Normal file
View file

@ -0,0 +1,9 @@
[tox]
envlist = py26,py27,py32
[testenv]
deps=
nose
commands=nosetests -w test
[testenv:py32]
commands=nosetests -w test3