Skip to content

Commit

Permalink
MAINT: Run slow CI jobs earlier so they free up parallel slots sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 3, 2020
1 parent f842c48 commit cbdcd57
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cbdcd57

Please sign in to comment.