Files
pytest-xdist/tox.ini
2010-11-13 22:20:05 +01:00

20 lines
314 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 --junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26]
deps=
pytest
pypi pexpect
[pytest]
addopts = -rsfxX