.travis.yml: need to use 'dist: xenial' for pypy 6.0

This commit is contained in:
Cosimo Lupo 2019-02-06 22:27:17 +01:00
parent 74d683d04b
commit 027501cc26

View File

@ -36,6 +36,7 @@ matrix:
- python: pypy2.7-6.0
# disable coverage.py on pypy because of performance problems
env: TOXENV=pypy
dist: xenial
- language: generic
os: osx
env: TOXENV=py27-cov