Files
pytest-xdist/tox.ini
2010-11-01 08:56:47 +01:00

21 lines
328 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
[pytest]
addopts = -rf