Add tox test tool

This commit is contained in:
Hsiaoming Yang
2014-11-25 20:08:05 +08:00
parent c64fd2a793
commit ada82369cf

6
tox.ini Normal file
View File

@ -0,0 +1,6 @@
[tox]
envlist = py26,py27,py33,py34,pypy
[testenv]
deps = nose
commands = nosetests -s