Skip to content

Commit a65ded8

Browse files
committed
Add Py3.9 to travis build matrix.
1 parent 5ee5309 commit a65ded8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ matrix:
2020
language: generic
2121
env:
2222
- MB_PYTHON_VERSION=2.7
23+
- os: osx
24+
language: generic
25+
env:
26+
- MB_PYTHON_VERSION=3.9
2327
- os: osx
2428
language: generic
2529
env:
@@ -107,6 +111,20 @@ matrix:
107111
- PLAT=aarch64
108112
- MB_ML_VER=2014
109113
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
114+
- os: linux
115+
env:
116+
- MB_PYTHON_VERSION=3.9
117+
- os: linux
118+
env:
119+
- MB_PYTHON_VERSION=3.9
120+
- PLAT=i686
121+
- os: linux
122+
arch: arm64
123+
env:
124+
- MB_PYTHON_VERSION=3.9
125+
- PLAT=aarch64
126+
- MB_ML_VER=2014
127+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
110128

111129
before_install:
112130
- source multibuild/common_utils.sh

0 commit comments

Comments
 (0)