.travis: use pypy2.7-6.0

5.8.0 seems to be no longer available on travis.
this should be the latest one currently available.
https://travis-ci.org/fonttools/fonttools/jobs/489641018
This commit is contained in:
Cosimo Lupo 2019-02-06 22:19:07 +01:00
parent bc9d6c6b36
commit 74d683d04b

View File

@ -33,7 +33,7 @@ matrix:
# required to run python3.7 on Travis CI # required to run python3.7 on Travis CI
# https://github.com/travis-ci/travis-ci/issues/9815 # https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial dist: xenial
- python: pypy2.7-5.8.0 - python: pypy2.7-6.0
# disable coverage.py on pypy because of performance problems # disable coverage.py on pypy because of performance problems
env: TOXENV=pypy env: TOXENV=pypy
- language: generic - language: generic