PyPy 6.0 requires Xenial on Travis CI

This commit is contained in:
Hugo 2018-12-06 17:27:15 +02:00
parent 58b4583520
commit fa14534e51

View File

@ -17,11 +17,11 @@ matrix:
name: "Lint"
env: LINT="true"
- python: "pypy2.7-6.0"
name: "PyPy2 Trusty"
dist: trusty
name: "PyPy2 Xenial"
dist: xenial
- python: "pypy3.5-6.0"
name: "PyPy3 Trusty"
dist: trusty
name: "PyPy3 Xenial"
dist: xenial
- python: '3.7'
name: "3.7 Xenial"
- python: '2.7'