Files
tablib/tox.ini
T
Kenneth Reitz 4a3fde37a3 tox cleanups
2011-07-04 14:05:48 -04:00

7 lines
108 B
INI

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