Files
requests/tox.ini
T
Kenneth Reitz a7c87edebe screw 2.4
2011-02-18 15:57:50 -05:00

12 lines
158 B
INI

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