ci: Azure: remove pypy3

It was enabled accidentally.
This commit is contained in:
Daniel Hahler 2019-03-04 18:16:20 +01:00
parent ddb16a1ab1
commit 07fa69335c
1 changed files with 5 additions and 4 deletions

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'