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

Commit 02d42a7

Browse files
authored
Merge pull request #12 from mattsplats/aarch64
Add aarch64 wheels
2 parents f633479 + 7831eda commit 02d42a7

File tree

2 files changed

+58
-10
lines changed

2 files changed

+58
-10
lines changed

.travis.yml

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,16 @@ python: 3.7
2121
sudo: required
2222
dist: xenial
2323
services: docker
24+
virt: vm
25+
group: edge
2426

2527
matrix:
26-
exclude:
27-
# Exclude the default Python 3.7 build
28-
- python: 3.7
2928
include:
3029
- os: linux
3130
env:
3231
- MB_PYTHON_VERSION=3.6
3332
- NP_BUILD_DEP="1.11.3"
3433
- NP_TEST_DEP="1.11.3"
35-
- os: linux
36-
env:
37-
- MB_PYTHON_VERSION=3.6
38-
- PLAT=i686
39-
- NP_BUILD_DEP="1.11.3"
40-
- NP_TEST_DEP="1.11.3"
4134
- os: linux
4235
env:
4336
- MB_PYTHON_VERSION=3.7
@@ -48,14 +41,62 @@ matrix:
4841
- MB_PYTHON_VERSION=3.8
4942
- NP_BUILD_DEP="1.14.5"
5043
- NP_TEST_DEP="1.14.5"
44+
- os: linux
45+
env:
46+
- MB_PYTHON_VERSION=3.9
47+
- NP_BUILD_DEP="1.19.3"
48+
- NP_TEST_DEP="1.19.3"
5149

50+
- os: linux
51+
env:
52+
- MB_PYTHON_VERSION=3.6
53+
- PLAT=i686
54+
- NP_BUILD_DEP="1.11.3"
55+
- NP_TEST_DEP="1.11.3"
5256
- os: linux
5357
env:
5458
- MB_PYTHON_VERSION=3.7
5559
- PLAT=i686
5660
- NP_BUILD_DEP="1.14.5"
5761
- NP_TEST_DEP="1.14.5"
5862

63+
- os: linux
64+
arch: arm64-graviton2
65+
env:
66+
- MB_PYTHON_VERSION=3.6
67+
- NP_BUILD_DEP="1.19.3"
68+
- NP_TEST_DEP="1.19.3"
69+
- MB_ML_VER=2014
70+
- PLAT=aarch64
71+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
72+
- os: linux
73+
arch: arm64-graviton2
74+
env:
75+
- MB_PYTHON_VERSION=3.7
76+
- NP_BUILD_DEP="1.19.3"
77+
- NP_TEST_DEP="1.19.3"
78+
- MB_ML_VER=2014
79+
- PLAT=aarch64
80+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
81+
- os: linux
82+
arch: arm64-graviton2
83+
env:
84+
- MB_PYTHON_VERSION=3.8
85+
- NP_BUILD_DEP="1.19.3"
86+
- NP_TEST_DEP="1.19.3"
87+
- MB_ML_VER=2014
88+
- PLAT=aarch64
89+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
90+
- os: linux
91+
arch: arm64-graviton2
92+
env:
93+
- MB_PYTHON_VERSION=3.9
94+
- NP_BUILD_DEP="1.19.3"
95+
- NP_TEST_DEP="1.19.3"
96+
- MB_ML_VER=2014
97+
- PLAT=aarch64
98+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
99+
59100
- os: osx
60101
language: generic
61102
env:
@@ -77,6 +118,13 @@ matrix:
77118
- MB_PYTHON_OSX_VER=10.9
78119
- NP_BUILD_DEP=1.14.5
79120
- NP_TEST_DEP=1.14.5
121+
- os: osx
122+
language: generic
123+
env:
124+
- MB_PYTHON_VERSION=3.9
125+
- MB_PYTHON_OSX_VER=10.9
126+
- NP_BUILD_DEP=1.19.3
127+
- NP_TEST_DEP=1.19.3
80128
before_install:
81129
# See:
82130
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024

0 commit comments

Comments
 (0)