[travis] test on more recent pypy-5.3.1

Travis CI workers now come with a more up-to-date pypy.
This commit is contained in:
Cosimo Lupo 2017-05-30 14:00:38 +01:00
parent bc3a2d7daa
commit 9c3e499d2a
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -14,7 +14,7 @@ matrix:
- BUILD_DIST=true - BUILD_DIST=true
- python: 3.6 - python: 3.6
env: TOXENV=py36-cov env: TOXENV=py36-cov
- python: pypy - python: pypy-5.3.1
# disable coverage.py on pypy because of performance problems # disable coverage.py on pypy because of performance problems
env: TOXENV=pypy-nocov env: TOXENV=pypy-nocov
- language: generic - language: generic