summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml54
1 files changed, 28 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index c0a0cfae3..91c65e1aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,34 @@ jobs:
python: 3.8
- stage: Comprehensive tests
- python: 3.6
+ python: 3.7
+ os: linux
+ arch: ppc64le
+ env:
+ # use OpenBLAS build, not system ATLAS
+ - DOWNLOAD_OPENBLAS=1
+ - ATLAS=None
+
+ - python: 3.7
+ os: linux
+ arch: s390x
+ env:
+ # use OpenBLAS build, not system ATLAS
+ - DOWNLOAD_OPENBLAS=1
+ - NPY_USE_BLAS_ILP64=1
+ - ATLAS=None
+
+ - python: 3.7
+ os: linux
+ arch: arm64
+ env:
+ # use OpenBLAS build, not system ATLAS
+ - DOWNLOAD_OPENBLAS=1
+ - ATLAS=None
+
+
+
+ - python: 3.6
- python: 3.7
- python: 3.9-dev
@@ -92,31 +119,6 @@ jobs:
- LAPACK=None
- ATLAS=None
- - python: 3.7
- os: linux
- arch: ppc64le
- env:
- # use OpenBLAS build, not system ATLAS
- - DOWNLOAD_OPENBLAS=1
- - ATLAS=None
-
- - python: 3.7
- os: linux
- arch: s390x
- env:
- # use OpenBLAS build, not system ATLAS
- - DOWNLOAD_OPENBLAS=1
- - NPY_USE_BLAS_ILP64=1
- - ATLAS=None
-
- - python: 3.7
- os: linux
- arch: arm64
- env:
- # use OpenBLAS build, not system ATLAS
- - DOWNLOAD_OPENBLAS=1
- - ATLAS=None
-
before_install: