parent
e2e01a8585
commit
88915aa57d
4
tox.ini
4
tox.ini
|
@ -9,7 +9,7 @@ sdistsrc={distshare}/py-*
|
|||
[testenv]
|
||||
changedir=testing
|
||||
commands=
|
||||
py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
|
||||
py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
|
||||
deps=
|
||||
pexpect
|
||||
[testenv:py27]
|
||||
|
@ -21,7 +21,7 @@ deps=
|
|||
{distshare}/pytest-xdist-*
|
||||
commands=
|
||||
py.test -n3 -rfsxX \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
|
||||
[testenv:py26]
|
||||
basepython=python2.6
|
||||
|
|
Loading…
Reference in New Issue