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

Commit 5cf20de

Browse files
committed
Add aarch64 wheels
1 parent f633479 commit 5cf20de

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

.travis.yml

Lines changed: 36 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
@@ -49,13 +42,47 @@ matrix:
4942
- NP_BUILD_DEP="1.14.5"
5043
- NP_TEST_DEP="1.14.5"
5144

45+
- os: linux
46+
env:
47+
- MB_PYTHON_VERSION=3.6
48+
- PLAT=i686
49+
- NP_BUILD_DEP="1.11.3"
50+
- NP_TEST_DEP="1.11.3"
5251
- os: linux
5352
env:
5453
- MB_PYTHON_VERSION=3.7
5554
- PLAT=i686
5655
- NP_BUILD_DEP="1.14.5"
5756
- NP_TEST_DEP="1.14.5"
5857

58+
- os: linux
59+
arch: arm64-graviton2
60+
env:
61+
- MB_PYTHON_VERSION=3.6
62+
- NP_BUILD_DEP="1.19.3"
63+
- NP_TEST_DEP="1.19.3"
64+
- MB_ML_VER=2014
65+
- PLAT=aarch64
66+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
67+
- os: linux
68+
arch: arm64-graviton2
69+
env:
70+
- MB_PYTHON_VERSION=3.7
71+
- NP_BUILD_DEP="1.19.3"
72+
- NP_TEST_DEP="1.19.3"
73+
- MB_ML_VER=2014
74+
- PLAT=aarch64
75+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
76+
- os: linux
77+
arch: arm64-graviton2
78+
env:
79+
- MB_PYTHON_VERSION=3.8
80+
- NP_BUILD_DEP="1.19.3"
81+
- NP_TEST_DEP="1.19.3"
82+
- MB_ML_VER=2014
83+
- PLAT=aarch64
84+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
85+
5986
- os: osx
6087
language: generic
6188
env:

0 commit comments

Comments
 (0)