Upgrade PyPy to 7.1.1

This commit is contained in:
Hugo 2019-05-04 17:54:57 +03:00
parent e1a426c067
commit 26b41a5914
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'