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
commit bd2c9bedcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

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