Files
tablib/tox.ini
T
2011-02-18 01:29:16 -05:00

6 lines
143 B
INI

[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml
deps = nose simplejson