Files
pytest-xdist/tox.ini
2010-07-14 23:18:32 +02:00

18 lines
325 B
INI

[tox]
envlist=py26,py31,py27,py25,py24
[tox:hudson]
sdistsrc={distshare}/pytest-xdist-*
[testenv]
changedir=testing
deps=
{distshare}/py-*
commands=
py.test -rsfxX --tools-on-path \
--junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26]
basepython=python2.6
deps=
{distshare}/py-*
pexpect