Files
pytest-xdist/tox.ini
holger krekel e26d4486fc send multiple "to test" indices in one network message to a slave
and improve heuristics for sending chunks where the chunksize
depends on the number of remaining tests rather than fixed numbers.
This reduces the number of master -> node messages (but not the
reverse direction)
2014-01-27 11:37:40 +01:00

27 lines
380 B
INI

[tox]
envlist=py26,py32,py33,py27,py26,py26-old,py33-old
[testenv]
changedir=testing
deps=pytest>=2.5.1
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py27]
deps=
pytest>=2.4.2
pexpect
[testenv:py26-old]
deps=
pytest==2.3.5
pexpect
[testenv:py33-old]
basepython = python3.3
deps=
pytest==2.3.5
[pytest]
addopts = -rsfxX
;; hello