From 311c0b107aa468af800b4d06f43316a7412d52a2 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 4 Mar 2019 12:46:00 -0700 Subject: [PYPY] don't specify xenial for pypy3 Signed-off-by: Mats Wichmann --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 967e0d9..9df50d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: # allow coverage to fail, so we can still do testing for all platforms matrix: allow_failures: - - python: pypy2, pypy3 + - python: pypy, pypy3 - stage: Coverage # run coverage first as its still useful to collect @@ -78,7 +78,6 @@ jobs: - PYVER=pypy3 - PYTHON=pypy3 sudo: required - dist: xenial - &coverage_jobs -- cgit v0.12