Merge branch 'master' of github.com:python-pillow/pillow-wheels

This commit is contained in:
Alex Clark 2015-07-02 05:07:03 -04:00
commit 245d9b76b4
14 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,10 @@ language:
env:
global: PILLOW_COMMIT=latest-tag
matrix:
- VERSION=2.7.9
- VERSION=2.7.10
- VERSION=3.2.5
- VERSION=3.3.5
- VERSION=3.4.2
- VERSION=3.4.3
install:
- source run_install.sh

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
archives/lcms2-2.7.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
archives/tiff-4.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -2,14 +2,14 @@ source terryfy/travis_tools.sh
source terryfy/library_installers.sh
# Package versions for fresh source builds
FT_VERSION=2.5.3
PNG_VERSION=1.6.12
FT_VERSION=2.6
PNG_VERSION=1.6.17
ZLIB_VERSION=1.2.8
JPEG_VERSION=9a
OPENJPEG_VERSION=2.0.0
TIFF_VERSION=4.0.3
LCMS_VERSION=2.6
WEBP_VERSION=0.4.0
OPENJPEG_VERSION=2.1.0
TIFF_VERSION=4.0.4
LCMS_VERSION=2.7
WEBP_VERSION=0.4.3
# Need cmake for openjpeg
brew install cmake