Files
python-convore/tox.ini
T
Kenneth Reitz 10221e8f7c requests ftw
2011-02-21 13:23:12 -05:00

13 lines
189 B
INI

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