diff options
author | Hugo <hugovk@users.noreply.github.com> | 2020-09-02 15:17:13 +0300 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2020-09-03 23:49:29 +0300 |
commit | cbdcd57c35eeb3a8e96770cf4ef372c6253ffb2e (patch) | |
tree | eb4440cd4d1a782f8a003bbcddc9b403b049f78d | |
parent | f842c487da5096bd3e76a716ca033681981821c7 (diff) | |
download | numpy-cbdcd57c35eeb3a8e96770cf4ef372c6253ffb2e.tar.gz |
MAINT: Run slow CI jobs earlier so they free up parallel slots sooner
-rw-r--r-- | .travis.yml | 54 |
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: |