Commit b6c0461e authored by Stefan Behnel's avatar Stefan Behnel

Add CI builds for different CPU architectures on travis.

parent b7fd746d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment