Disable pypy2 and pypy3 on Azure [travis skip]

Related to #5279
This commit is contained in:
Bruno Oliveira 2019-05-16 12:18:30 -03:00
parent 06fa2bc0b8
commit 56bf7446f6
1 changed files with 7 additions and 6 deletions

View File

@ -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'