Files
pytest-xdist/tox.ini
2010-10-23 17:24:00 +02:00

18 lines
304 B
INI

[tox]
envlist=py26,py31,py27,py25,py24
indexserver=
default http://pypi.testrun.org
pypi http://pypi.python.org/simple
[testenv]
changedir=testing
deps=pytest
commands= py.test -rsfxX \
--junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26]
deps=
pytest
pypi pexpect