Files
requests/tox.ini
T
Kenneth Reitz bbd1e40bd5 no pypy default
2011-06-17 14:09:33 -04:00

8 lines
108 B
INI

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