Merge pull request #5211 from hugovk/upgrade-pypy

Upgrade PyPy to 7.1.1
This commit is contained in:
Daniel Hahler 2019-05-05 04:50:11 +02:00 committed by GitHub
commit 7f7f84757d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ jobs:
# Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy-xdist
python: 'pypy2.7-6.0'
python: 'pypy'
- env: TOXENV=pypy3-xdist
python: 'pypy3.5-6.0'
python: 'pypy3'
- env: TOXENV=py34-xdist
python: '3.4'