Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

MAINT: add Travis CI job names #97

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- python: 3.5
include:
- stage: Build and test wheel
name: ARM64-Linux-Py37
os: linux
arch: arm64-graviton2
dist: focal
Expand All @@ -50,6 +51,7 @@ jobs:
after_success:
- echo "This stage will not upload aarch64 wheel"
- os: linux
name: ARM64-Linux-Py36
arch: arm64-graviton2
dist: focal
virt: vm
Expand All @@ -70,6 +72,7 @@ jobs:
after_success:
- echo "This stage will not upload aarch64 wheel"
- os: linux
name: ARM64-Linux-Py38
arch: arm64-graviton2
dist: focal
virt: vm
Expand All @@ -90,56 +93,65 @@ jobs:
after_success:
- echo "This stage will not upload aarch64 wheel"
- os: linux
name: amd64-Linux-Py36
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: linux
name: 32bit-amd64-Linux-Py36
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: linux
name: amd64-Linux-Py37
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- CYTHON_BUILD_DEP="Cython"
- os: linux
name: amd64-Linux-Py38
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP=numpy==1.17.3
- NP_TEST_DEP=numpy==1.17.3
- CYTHON_BUILD_DEP="Cython"
- os: linux
name: 32bit-amd64-Linux-Py38
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- NP_BUILD_DEP=numpy==1.17.3
- NP_TEST_DEP=numpy==1.17.3
- CYTHON_BUILD_DEP="Cython"
- os: linux
name: 32bit-amd64-Linux-Py37
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- CYTHON_BUILD_DEP="Cython"
- os: osx
name: osx-Py36
language: generic
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: osx
name: osx-Py37
language: generic
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- CYTHON_BUILD_DEP="Cython"
- os: osx
name: osx-Py38
language: generic
osx_image: xcode10.1
env:
Expand All @@ -150,6 +162,7 @@ jobs:
- MB_PYTHON_OSX_VER=10.9

- stage: Test wheel
name: ARM64-Linux-Py37
arch: arm64-graviton2
dist: focal
virt: vm
Expand All @@ -165,6 +178,7 @@ jobs:
install:
- echo "This stage will test and upload the AArch64 wheel"
- arch: arm64-graviton2
name: ARM64-Linux-Py36
dist: focal
virt: vm
group: edge
Expand All @@ -179,6 +193,7 @@ jobs:
install:
- echo "This stage will test and upload the AArch64 wheel"
- arch: arm64-graviton2
name: ARM64-Linux-Py38
dist: focal
virt: vm
group: edge
Expand Down