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