Files
requests/tox.ini
T
2011-05-22 12:14:50 -04:00

12 lines
155 B
INI

[tox]
envlist = py25,py26,py27,pypy
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps =
pytest
[testenv:pypy]
basepython=/usr/bin/pypy