0

update Pillow header URLs in .travis.yml

This commit is contained in:
Kevin Chang
2018-02-22 17:01:59 -08:00
parent e847adaa20
commit 86f845ca9d

View File

@@ -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