From cbdcd57c35eeb3a8e96770cf4ef372c6253ffb2e Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 2 Sep 2020 15:17:13 +0300 Subject: MAINT: Run slow CI jobs earlier so they free up parallel slots sooner --- .travis.yml | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.1