We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae88e02 + dd1afc7 commit e61f5b0Copy full SHA for e61f5b0
.travis.yml
@@ -82,14 +82,20 @@ matrix:
82
- BLAS=None
83
- LAPACK=None
84
- ATLAS=None
85
- - os: linux-ppc64le
86
- python: 3.6
+ - python: 3.6
+ os: linux
87
+ arch: ppc64le
88
+ env:
89
+ # use ppc64le OpenBLAS build, not system ATLAS
90
+ - ATLAS=None
91
92
93
+ arch: s390x
94
env:
- # for matrix annotation only
- - PPC64_LE=1
- # use POWER8 OpenBLAS build, not system ATLAS
95
+ # use s390x OpenBLAS build, not system ATLAS
96
97
98
+
99
before_install:
100
- ./tools/travis-before-install.sh
101
0 commit comments