Files
tablib/tox.ini
T
Kenneth Reitz 20fe1e0153 py.test now
2011-02-18 01:55:56 -05:00

9 lines
139 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=py.test junitxml=junit-{envname}.xml
deps =
nose
simplejson
py.test