travis: Use xenial dist for pypy

Cryptography started complaning about old openssl - hopefully xenial has a newer version
This commit is contained in:
Jasmin Bom 2019-02-09 18:26:17 +01:00
parent 27b757df32
commit 710f43a23a

View file

@ -9,7 +9,9 @@ matrix:
dist: xenial
sudo: true
- python: pypy2.7-5.10.0
dist: xenial
- python: pypy3.5-5.10.1
dist: xenial
allow_failures:
- python: pypy2.7-5.10.0
- python: pypy3.5-5.10.1