diff --git a/.travis.yml b/.travis.yml index e1c6114..2f2d48f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 @@ -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 @@ -90,29 +93,34 @@ 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 @@ -120,6 +128,7 @@ jobs: - 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 @@ -127,12 +136,14 @@ jobs: - 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 @@ -140,6 +151,7 @@ jobs: - NP_TEST_DEP=numpy==1.14.5 - CYTHON_BUILD_DEP="Cython" - os: osx + name: osx-Py38 language: generic osx_image: xcode10.1 env: @@ -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 @@ -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 @@ -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