Upgrade PyPy from 5.8.0 to 6.0

This commit is contained in:
Hugo 2018-12-06 17:20:38 +02:00
parent 27c86baa56
commit 58b4583520

View File

@ -16,10 +16,10 @@ matrix:
- python: "3.6" - python: "3.6"
name: "Lint" name: "Lint"
env: LINT="true" env: LINT="true"
- python: "pypy" - python: "pypy2.7-6.0"
name: "PyPy Trusty" name: "PyPy2 Trusty"
dist: trusty dist: trusty
- python: "pypy3" - python: "pypy3.5-6.0"
name: "PyPy3 Trusty" name: "PyPy3 Trusty"
dist: trusty dist: trusty
- python: '3.7' - python: '3.7'