parent
06fa2bc0b8
commit
56bf7446f6
|
@ -41,12 +41,13 @@ jobs:
|
||||||
# Also seen with py27-nobyte (using xdist), and py27-xdist.
|
# Also seen with py27-nobyte (using xdist), and py27-xdist.
|
||||||
# But no exception with py27-pexpect,py27-twisted,py27-numpy.
|
# But no exception with py27-pexpect,py27-twisted,py27-numpy.
|
||||||
PYTEST_COVERAGE: '1'
|
PYTEST_COVERAGE: '1'
|
||||||
pypy:
|
# -- pypy2 and pypy3 are disabled for now: #5279 --
|
||||||
python.version: 'pypy2'
|
# pypy:
|
||||||
tox.env: 'pypy'
|
# python.version: 'pypy2'
|
||||||
pypy3:
|
# tox.env: 'pypy'
|
||||||
python.version: 'pypy3'
|
# pypy3:
|
||||||
tox.env: 'pypy3'
|
# python.version: 'pypy3'
|
||||||
|
# tox.env: 'pypy3'
|
||||||
py34-xdist:
|
py34-xdist:
|
||||||
python.version: '3.4'
|
python.version: '3.4'
|
||||||
tox.env: 'py34-xdist'
|
tox.env: 'py34-xdist'
|
||||||
|
|
Loading…
Reference in New Issue