Files
tablib/tox.ini
T
2011-02-18 02:34:59 -05:00

9 lines
137 B
INI

[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps =
nose
simplejson
pytest