Test with the latest pypy/pypy3

This commit is contained in:
johnthagen 2019-04-09 11:08:57 -04:00 committed by GitHub
parent e8b2da587f
commit 9cd3081543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ matrix:
- python: "3.6" - python: "3.6"
name: "Lint" name: "Lint"
env: LINT="true" env: LINT="true"
- python: "pypy2.7-6.0" - python: "pypy2.7-7.1"
name: "PyPy2 Xenial" name: "PyPy2 Xenial"
- python: "pypy3.5-6.0" - python: "pypy3.5-7.0"
name: "PyPy3 Xenial" name: "PyPy3 Xenial"
- python: '3.7' - python: '3.7'
name: "3.7 Xenial" name: "3.7 Xenial"