mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Added Python 3.8
This commit is contained in:
parent
c669adc931
commit
a28475890a
33
.travis.yml
33
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user