summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBruno Oliveira <bruno@esss.com.br>2019-05-16 12:18:30 -0300
committerBruno Oliveira <bruno@esss.com.br>2019-05-16 12:20:17 -0300
commit56bf7446f6820a2ff392148a53625a5f2fa78921 (patch)
tree3a6060a7d8fa4948b5baf1f3bdf94e916d076f09 /azure-pipelines.yml
parent06fa2bc0b87e78a2947ce6faa6fd3b759239d4aa (diff)
downloadpytest-56bf7446f6820a2ff392148a53625a5f2fa78921.tar.gz
Disable pypy2 and pypy3 on Azure [travis skip]
Related to #5279
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml13
1 files changed, 7 insertions, 6 deletions
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'