mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
commit
b73a9b96a1
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:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 951b6c64f01853cf2569000bb30ecd01a16bba0b
|
||||
Subproject commit 643d202b6f20827d31c45c709de490d0ccd810c1
|
Loading…
Reference in New Issue
Block a user