Files
requests/tox.ini
T
2011-02-18 04:41:42 -05:00

12 lines
163 B
INI

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