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"
name: "Lint"
env: LINT="true"
- python: "pypy"
name: "PyPy Trusty"
- python: "pypy2.7-6.0"
name: "PyPy2 Trusty"
dist: trusty
- python: "pypy3"
- python: "pypy3.5-6.0"
name: "PyPy3 Trusty"
dist: trusty
- python: '3.7'