travis-ci: udpate to pypy6

This commit is contained in:
Christoph Reiter 2019-03-23 18:41:52 +01:00
parent ac6c5d3c66
commit 46f02404b2
1 changed files with 4 additions and 4 deletions

View File

@ -26,14 +26,14 @@ matrix:
python: "3.7"
env: CFLAGS="-Werror -coverage"
- os: linux
dist: trusty
dist: xenial
language: python
python: "pypy2.7-5.10.0"
python: "pypy2.7-6.0"
env: CFLAGS="-Werror -coverage"
- os: linux
dist: trusty
dist: xenial
language: python
python: "pypy3.5-5.10.1"
python: "pypy3.5-6.0"
env: CFLAGS="-Werror -coverage"
- os: osx
osx_image: xcode9.4