summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-09-03 20:09:47 -0600
committerGitHub <noreply@github.com>2020-09-03 20:09:47 -0600
commitb95ba5d22c8e567afb5085f6dcc8aa0e499fe525 (patch)
tree1f091c6a5bf37dc742a18a07cf6c296bc717595a
parentaea7ebe9571157edb4ad553b7476061be906de6d (diff)
parentcbdcd57c35eeb3a8e96770cf4ef372c6253ffb2e (diff)
downloadnumpy-b95ba5d22c8e567afb5085f6dcc8aa0e499fe525.tar.gz
Merge pull request #17242 from hugovk/speedup-ci
MAINT: Run slow CI jobs earlier so builds finishes sooner
-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: