Files
tablib/tox.ini
T
2011-02-18 01:31:21 -05:00

8 lines
152 B
INI

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