Re-enable pypy3 to see how it fares on Azure
This commit is contained in:
parent
8abd4aec6e
commit
06fa2bc0b8
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue