mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
Removed Python 2 jobs
This commit is contained in:
parent
8fe9647c7e
commit
b294ec19cf
128
.travis.yml
128
.travis.yml
|
@ -24,58 +24,21 @@ matrix:
|
||||||
# Exclude the default Python 3.5 build
|
# Exclude the default Python 3.5 build
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
include:
|
include:
|
||||||
- name: "2.7 macOS"
|
|
||||||
os: osx
|
|
||||||
language: generic
|
|
||||||
env: MB_PYTHON_VERSION=2.7
|
|
||||||
- name: "3.5 macOS"
|
- name: "3.5 macOS"
|
||||||
os: osx
|
os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.5
|
- MB_PYTHON_VERSION=3.5
|
||||||
|
|
||||||
- name: "2.7 Xenial"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- name: "2.7 Xenial UNICODE_WIDTH=16"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- UNICODE_WIDTH=16
|
|
||||||
- name: "2.7 Xenial 32-bit"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- PLAT=i686
|
|
||||||
- name: "2.7 Xenial 32-bit UNICODE_WIDTH=16"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- PLAT=i686
|
|
||||||
- UNICODE_WIDTH=16
|
|
||||||
- name: "3.5 Xenial"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
|
|
||||||
- name: "3.6 macOS"
|
- name: "3.6 macOS"
|
||||||
os: osx
|
os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- name: "3.7 macOS"
|
|
||||||
os: osx
|
|
||||||
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"
|
||||||
|
os: linux
|
||||||
|
env:
|
||||||
|
- MB_PYTHON_VERSION=3.5
|
||||||
- name: "3.5 Xenial 32-bit"
|
- name: "3.5 Xenial 32-bit"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -90,6 +53,19 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
|
|
||||||
|
- name: "3.7 macOS"
|
||||||
|
os: osx
|
||||||
|
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.7 Xenial"
|
- name: "3.7 Xenial"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -109,69 +85,24 @@ matrix:
|
||||||
- MB_PYTHON_VERSION=3.8
|
- MB_PYTHON_VERSION=3.8
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
|
|
||||||
- name: "2.7 macOS latest"
|
|
||||||
os: osx
|
|
||||||
language: generic
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.5 macOS latest"
|
- name: "3.5 macOS latest"
|
||||||
os: osx
|
os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.5
|
- MB_PYTHON_VERSION=3.5
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
- name: "2.7 Xenial latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "2.7 Xenial UNICODE_WIDTH=16 latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- UNICODE_WIDTH=16
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "2.7 Xenial 32-bit latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- PLAT=i686
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "2.7 Xenial 32-bit UNICODE_WIDTH=16 latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=2.7
|
|
||||||
- PLAT=i686
|
|
||||||
- UNICODE_WIDTH=16
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.5 Xenial latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- LATEST="true"
|
|
||||||
|
|
||||||
- name: "3.6 macOS latest"
|
- name: "3.6 macOS latest"
|
||||||
os: osx
|
os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.7 macOS latest"
|
|
||||||
os: osx
|
|
||||||
language: generic
|
|
||||||
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 latest"
|
||||||
|
os: linux
|
||||||
|
env:
|
||||||
|
- MB_PYTHON_VERSION=3.5
|
||||||
|
- LATEST="true"
|
||||||
- name: "3.5 Xenial 32-bit latest"
|
- name: "3.5 Xenial 32-bit latest"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -189,6 +120,21 @@ matrix:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
|
- name: "3.7 macOS latest"
|
||||||
|
os: osx
|
||||||
|
language: generic
|
||||||
|
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.7 Xenial latest"
|
- name: "3.7 Xenial latest"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user