mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
9 lines
139 B
INI
9 lines
139 B
INI
[tox]
|
||
envlist = py24,py25,py26,py27
|
||
|
||
[testenv]
|
||
commands=py.test –junitxml=junit-{envname}.xml
|
||
deps =
|
||
nose
|
||
simplejson
|
||
py.test |