Re-enable pypy3 to see how it fares on Azure

This commit is contained in:
Bruno Oliveira 2019-05-16 08:10:46 -03:00
parent 8abd4aec6e
commit 06fa2bc0b8
1 changed files with 3 additions and 4 deletions

View File

@ -44,10 +44,9 @@ jobs:
pypy:
python.version: 'pypy2'
tox.env: 'pypy'
# NOTE: pypy3 fails to install pip currently due to an internal error.
# pypy3:
# python.version: 'pypy3'
# tox.env: 'pypy3'
pypy3:
python.version: 'pypy3'
tox.env: 'pypy3'
py34-xdist:
python.version: '3.4'
tox.env: 'py34-xdist'