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

Commit 4b39bd4

Browse files
committed
Add aarch64 wheels
1 parent c36e1d7 commit 4b39bd4

File tree

1 file changed

+34
-7
lines changed

1 file changed

+34
-7
lines changed

.travis.yml

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,27 @@ 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"
34+
- os: linux
35+
env:
36+
- MB_PYTHON_VERSION=3.7
37+
- NP_BUILD_DEP="1.14.5"
38+
- NP_TEST_DEP="1.14.5"
39+
- os: linux
40+
env:
41+
- MB_PYTHON_VERSION=3.8
42+
- NP_BUILD_DEP="1.14.5"
43+
- NP_TEST_DEP="1.14.5"
44+
3545
- os: linux
3646
env:
3747
- MB_PYTHON_VERSION=3.6
@@ -41,20 +51,37 @@ matrix:
4151
- os: linux
4252
env:
4353
- MB_PYTHON_VERSION=3.7
54+
- PLAT=i686
4455
- NP_BUILD_DEP="1.14.5"
4556
- NP_TEST_DEP="1.14.5"
57+
4658
- os: linux
59+
arch: arm64-graviton2
4760
env:
48-
- MB_PYTHON_VERSION=3.8
61+
- MB_PYTHON_VERSION=3.6
62+
- NP_BUILD_DEP="1.11.3"
63+
- NP_TEST_DEP="1.11.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
4971
- NP_BUILD_DEP="1.14.5"
5072
- NP_TEST_DEP="1.14.5"
51-
73+
- MB_ML_VER=2014
74+
- PLAT=aarch64
75+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
5276
- os: linux
77+
arch: arm64-graviton2
5378
env:
54-
- MB_PYTHON_VERSION=3.7
55-
- PLAT=i686
79+
- MB_PYTHON_VERSION=3.8
5680
- NP_BUILD_DEP="1.14.5"
5781
- NP_TEST_DEP="1.14.5"
82+
- MB_ML_VER=2014
83+
- PLAT=aarch64
84+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
5885

5986
- os: osx
6087
language: generic

0 commit comments

Comments
 (0)