From 56bf7446f6820a2ff392148a53625a5f2fa78921 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 16 May 2019 12:18:30 -0300 Subject: Disable pypy2 and pypy3 on Azure [travis skip] Related to #5279 --- azure-pipelines.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de5d27c01..8e50486de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,12 +41,13 @@ jobs: # Also seen with py27-nobyte (using xdist), and py27-xdist. # But no exception with py27-pexpect,py27-twisted,py27-numpy. PYTEST_COVERAGE: '1' - pypy: - python.version: 'pypy2' - tox.env: 'pypy' - pypy3: - python.version: 'pypy3' - tox.env: 'pypy3' + # -- pypy2 and pypy3 are disabled for now: #5279 -- + # pypy: + # python.version: 'pypy2' + # tox.env: 'pypy' + # pypy3: + # python.version: 'pypy3' + # tox.env: 'pypy3' py34-xdist: python.version: '3.4' tox.env: 'py34-xdist' -- cgit v1.2.3