We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee5309 commit a65ded8Copy full SHA for a65ded8
.travis.yml
@@ -20,6 +20,10 @@ matrix:
20
language: generic
21
env:
22
- MB_PYTHON_VERSION=2.7
23
+ - os: osx
24
+ language: generic
25
+ env:
26
+ - MB_PYTHON_VERSION=3.9
27
- os: osx
28
29
@@ -107,6 +111,20 @@ matrix:
107
111
- PLAT=aarch64
108
112
- MB_ML_VER=2014
109
113
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
114
+ - os: linux
115
116
117
118
119
120
+ - PLAT=i686
121
122
+ arch: arm64
123
124
125
+ - PLAT=aarch64
126
+ - MB_ML_VER=2014
127
+ - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
110
128
129
before_install:
130
- source multibuild/common_utils.sh
0 commit comments