From dd1afc7839b251a07fe257effc2cc6d178d5782e Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 14 Nov 2019 14:01:44 -0700 Subject: TST: See if we can run s390x on TravisCI. --- .travis.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1