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