Files
python-convore/tox.ini
T
2011-02-21 13:37:50 -05:00

13 lines
179 B
INI

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