18 lines
308 B
INI
18 lines
308 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 \
|
|
--junitxml={envlogdir}/junit-{envname}.xml []
|
|
[testenv:py26]
|
|
basepython=python2.6
|
|
deps=
|
|
{distshare}/py-*
|
|
pexpect
|