From ce10c35683f34431a4d7a077f7dcb3db9a5c00db Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 19 Dec 2019 20:01:45 +1100 Subject: [PATCH] Restored Python 2.7 for stable Pillow --- .travis.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.travis.yml b/.travis.yml index c061f05e7..4cf7267a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +24,35 @@ matrix: # Exclude the default Python 3.5 build - python: 3.5 include: + - name: "2.7 macOS" + os: osx + language: generic + env: MB_PYTHON_VERSION=2.7 - name: "3.5 macOS" os: osx language: generic env: - 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.6 macOS" os: osx language: generic