diff options
author | Mats Wichmann <mats@linux.com> | 2019-03-04 19:46:00 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-03-04 19:46:00 (GMT) |
commit | 311c0b107aa468af800b4d06f43316a7412d52a2 (patch) | |
tree | e12927ca3bc8461cd2274e9219084fd34828e3f4 | |
parent | 0c02062ec5ca6f972838637e2ffb9a0132d5e1af (diff) | |
download | SCons-311c0b107aa468af800b4d06f43316a7412d52a2.zip SCons-311c0b107aa468af800b4d06f43316a7412d52a2.tar.gz SCons-311c0b107aa468af800b4d06f43316a7412d52a2.tar.bz2 |
[PYPY] don't specify xenial for pypy3
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 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 |