Merge pull request #4885 from blueyed/fix-master

Fix master: ci: Azure: remove pypy3
This commit is contained in:
Daniel Hahler
2019-03-04 19:32:38 +01:00
committed by GitHub

View File

@@ -37,10 +37,11 @@ jobs:
python.version: 'pypy'
tox.env: 'pypy'
python.exe: 'pypy'
pypy3:
python.version: 'pypy3'
tox.env: 'pypy3'
python.exe: 'pypy3'
# NOTE: pypy3 fails to install pip currently due to an interal error.
# pypy3:
# python.version: 'pypy3'
# tox.env: 'pypy3'
# python.exe: 'pypy3'
py34:
python.version: '3.4'
tox.env: 'py34'