Skip to content

Commit e61f5b0

Browse files
authored
Merge pull request numpy#14907 from charris/test-IBM
TST: Add s390x to the TravisCI test matrix.
2 parents ae88e02 + dd1afc7 commit e61f5b0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,20 @@ matrix:
8282
- BLAS=None
8383
- LAPACK=None
8484
- ATLAS=None
85-
- os: linux-ppc64le
86-
python: 3.6
85+
- python: 3.6
86+
os: linux
87+
arch: ppc64le
88+
env:
89+
# use ppc64le OpenBLAS build, not system ATLAS
90+
- ATLAS=None
91+
- python: 3.6
92+
os: linux
93+
arch: s390x
8794
env:
88-
# for matrix annotation only
89-
- PPC64_LE=1
90-
# use POWER8 OpenBLAS build, not system ATLAS
95+
# use s390x OpenBLAS build, not system ATLAS
9196
- ATLAS=None
9297

98+
9399
before_install:
94100
- ./tools/travis-before-install.sh
95101

0 commit comments

Comments
 (0)