Added Python 3.8

This commit is contained in:
Andrew Murray 2019-10-18 20:47:40 +11:00
parent c669adc931
commit a28475890a

View File

@ -69,6 +69,12 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.7
- name: "3.8 macOS"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9
- name: "3.5 Xenial 32-bit"
os: linux
@ -93,6 +99,15 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- name: "3.8 Xenial"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- name: "3.8 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- name: "2.7 macOS latest"
os: osx
@ -149,6 +164,13 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- LATEST="true"
- name: "3.8 macOS latest"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9
- LATEST="true"
- name: "3.5 Xenial 32-bit latest"
os: linux
@ -178,6 +200,17 @@ matrix:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- LATEST="true"
- name: "3.8 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- LATEST="true"
- name: "3.8 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- LATEST="true"
before_install: