summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
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