From 86f845ca9d9fec4dae9e26aa15252dd23bcbfee8 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Thu, 22 Feb 2018 17:01:59 -0800 Subject: [PATCH 1/2] update Pillow header URLs in .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6991ac..8661acd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: env: - MC_VERSION=1.12 before_install: - - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/Imaging.h - - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/ImPlatform.h + - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/Imaging.h + - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImPlatform.h install: - pip install -q pillow - pip install -q numpy From 25ab4c13ba1ca68b2b76725f1480a74974456ee9 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Thu, 22 Feb 2018 17:04:52 -0800 Subject: [PATCH 2/2] travis: additionally fetch ImagingUtils.h --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8661acd..ad6acd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - MC_VERSION=1.12 before_install: - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/Imaging.h + - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImagingUtils.h - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImPlatform.h install: - pip install -q pillow