mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
6 lines
143 B
INI
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 |