Files
Kenneth Reitz 923fc8ae6e no more python3
2011-03-31 05:19:30 -04:00

12 lines
183 B
INI

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