Files
requests/tox.ini
T
2011-06-21 17:59:24 -04:00

9 lines
121 B
INI

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