fox tox.ini file
This commit is contained in:
11
tox.ini
11
tox.ini
@@ -1,20 +1,19 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py26,py31,py27,py25,py24
|
envlist=py26,py31,py27,py25,py24
|
||||||
indexserver=
|
indexserver=
|
||||||
default http://pypi.testrun.org
|
default = http://pypi.testrun.org
|
||||||
pypi http://pypi.python.org/simple
|
pypi = http://pypi.python.org/simple
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
||||||
changedir=testing
|
changedir=testing
|
||||||
deps=pytest
|
deps=pytest
|
||||||
commands= py.test -rsfxX \
|
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
pypi pexpect
|
pypi pexpect
|
||||||
|
|
||||||
#[pytest]
|
[pytest]
|
||||||
#addopts = -rf
|
addopts = -rsfxX
|
||||||
|
|||||||
Reference in New Issue
Block a user