Files
requests/tox.ini
T
Kenneth Reitz 882b465968 tox fix
2011-06-23 05:15:09 -04:00

8 lines
120 B
INI

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