From b6c0461e4fe08d9c5c91a209c6cd1cc1e70bc05c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 1 Aug 2020 07:20:09 +0200 Subject: Add CI builds for different CPU architectures on travis. --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4166adc19..7b315c073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,25 @@ matrix: env: LIMITED_API=--limited-api EXCLUDE=--no-file - python: 3.6 env: LIMITED_API=--limited-api EXCLUDE=--no-file + - python: 3.8 + arch: arm64 + env: BACKEND=c + - python: 3.8 + arch: arm64 + env: BACKEND=cpp + - python: 3.8 + arch: ppc64le + env: BACKEND=c + - python: 3.8 + arch: ppc64le + env: BACKEND=cpp +# s390x currently shows test failures. +# - python: 3.8 +# arch: s390x +# env: BACKEND=c +# - python: 3.8 +# arch: s390x +# env: BACKEND=cpp - env: STACKLESS=true BACKEND=c PY=2 python: 2.7 - env: STACKLESS=true BACKEND=c PY=3 -- cgit v1.2.1