Files
python-convore/tox.ini
T
Kenneth Reitz e490e98add Requests v0.3.0
2011-02-25 09:15:49 -05:00

13 lines
186 B
INI

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