diff options
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 68564d35b..db9cd44b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,14 +82,20 @@ matrix: - BLAS=None - LAPACK=None - ATLAS=None - - os: linux-ppc64le - python: 3.6 + - python: 3.6 + os: linux + arch: ppc64le + env: + # use ppc64le OpenBLAS build, not system ATLAS + - ATLAS=None + - python: 3.6 + os: linux + arch: s390x env: - # for matrix annotation only - - PPC64_LE=1 - # use POWER8 OpenBLAS build, not system ATLAS + # use s390x OpenBLAS build, not system ATLAS - ATLAS=None + before_install: - ./tools/travis-before-install.sh |