Skip to content

Commit

Permalink
Add Py3.9 to travis build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 22, 2020
1 parent 5ee5309 commit a65ded8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=2.7
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.9
- os: osx
language: generic
env:
Expand Down Expand Up @@ -107,6 +111,20 @@ matrix:
- PLAT=aarch64
- MB_ML_VER=2014
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
env:
- MB_PYTHON_VERSION=3.9
- os: linux
env:
- MB_PYTHON_VERSION=3.9
- PLAT=i686
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.9
- PLAT=aarch64
- MB_ML_VER=2014
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8

before_install:
- source multibuild/common_utils.sh
Expand Down

0 comments on commit a65ded8

Please sign in to comment.