Files
pytest-xdist/tox.ini
2013-09-05 14:21:28 +02:00

17 lines
232 B
INI

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