Merge pull request #1431 from kevinwchang/travis-fix
Update Travis config
This commit is contained in:
@@ -6,8 +6,9 @@ python:
|
|||||||
env:
|
env:
|
||||||
- MC_VERSION=1.12
|
- MC_VERSION=1.12
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/Imaging.h
|
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/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/ImagingUtils.h
|
||||||
|
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImPlatform.h
|
||||||
install:
|
install:
|
||||||
- pip install -q pillow
|
- pip install -q pillow
|
||||||
- pip install -q numpy
|
- pip install -q numpy
|
||||||
|
|||||||
Reference in New Issue
Block a user