From 61c0162b06c093985d05ec229946d4d10904622f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 18 Mar 2020 14:06:12 +0100 Subject: [PATCH 1/2] Travis CI: enable ppc64le and s390x --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53951668..aea14986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ addons: arch: - arm64 - amd64 - # - ppc64le - # - s390x + - ppc64le + - s390x python: - "3.6" From 3dc827e529f2fcf1d16e62731f81fdc4a3fcedc7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 18 Mar 2020 14:12:57 +0100 Subject: [PATCH 2/2] Travis CI: pypy3 is available only on amd64 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index aea14986..c5a71c59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,12 +17,11 @@ python: - "3.6" - "3.7" - "3.8" - - pypy3 -# there is no pypy3 for arm64 on Travis CI +# pypy3 is available only for amd64 jobs: - exclude: - - arch: arm64 + include: + - arch: amd64 python: pypy3 install: