From 2dcbd0eb382926d0ce358c2b9d2d35f59745237e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 21 Feb 2019 22:07:35 +0100 Subject: ci: Travis: use dist=xenial --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79ae11e0..fbf30ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # Tell Travis what to do # https://travis-ci.com/nedbat/coveragepy +dist: xenial language: python cache: pip @@ -9,8 +10,8 @@ python: - '3.4' - '3.5' - '3.6' - - 'pypy' - - 'pypy3.5' + - 'pypy2.7-6.0' + - 'pypy3.5-6.0' env: matrix: -- cgit v1.2.1