From 710f43a23aabab70623fdfe4c5fdb82ecb93acf8 Mon Sep 17 00:00:00 2001 From: Jasmin Bom Date: Sat, 9 Feb 2019 18:26:17 +0100 Subject: [PATCH] travis: Use xenial dist for pypy Cryptography started complaning about old openssl - hopefully xenial has a newer version --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 889af4c23..f2d3687d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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