mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
8 lines
152 B
INI
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 |