Use py35 as preferred py3 interpreter for special test environments
This commit is contained in:
parent
fbce3bb48f
commit
031a20699c
9
tox.ini
9
tox.ini
|
@ -3,7 +3,7 @@ minversion=2.0
|
||||||
distshare={homedir}/.tox/distshare
|
distshare={homedir}/.tox/distshare
|
||||||
envlist=
|
envlist=
|
||||||
flakes,py26,py27,py33,py34,py35,pypy,
|
flakes,py26,py27,py33,py34,py35,pypy,
|
||||||
{py27,py34}-{pexpect,xdist,trial},
|
{py27,py35}-{pexpect,xdist,trial},
|
||||||
py27-nobyte,doctesting,py27-cxfreeze
|
py27-nobyte,doctesting,py27-cxfreeze
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -43,7 +43,7 @@ deps=pytest-xdist>=1.13
|
||||||
commands=
|
commands=
|
||||||
py.test -n1 -rfsxX {posargs:testing}
|
py.test -n1 -rfsxX {posargs:testing}
|
||||||
|
|
||||||
[testenv:py34-xdist]
|
[testenv:py35-xdist]
|
||||||
deps={[testenv:py27-xdist]deps}
|
deps={[testenv:py27-xdist]deps}
|
||||||
commands=
|
commands=
|
||||||
py.test -n3 -rfsxX {posargs:testing}
|
py.test -n3 -rfsxX {posargs:testing}
|
||||||
|
@ -55,7 +55,7 @@ deps=pexpect
|
||||||
commands=
|
commands=
|
||||||
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py
|
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py
|
||||||
|
|
||||||
[testenv:py34-pexpect]
|
[testenv:py35-pexpect]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
platform=linux|darwin
|
platform=linux|darwin
|
||||||
deps={[testenv:py27-pexpect]deps}
|
deps={[testenv:py27-pexpect]deps}
|
||||||
|
@ -75,8 +75,7 @@ deps=twisted
|
||||||
commands=
|
commands=
|
||||||
py.test -rsxf {posargs:testing/test_unittest.py}
|
py.test -rsxf {posargs:testing/test_unittest.py}
|
||||||
|
|
||||||
[testenv:py34-trial]
|
[testenv:py35-trial]
|
||||||
# py34-trial does not work
|
|
||||||
platform=linux|darwin
|
platform=linux|darwin
|
||||||
deps={[testenv:py27-trial]deps}
|
deps={[testenv:py27-trial]deps}
|
||||||
commands=
|
commands=
|
||||||
|
|
Loading…
Reference in New Issue