mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
Merge pull request #46 from matthew-brett/ensure-xcode-64
BF: work round Xcode OSX image change
This commit is contained in:
commit
199a400fee
|
@ -17,6 +17,9 @@ python: 3.5
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
services: docker
|
services: docker
|
||||||
|
# Force xcode 6.4 image to work round
|
||||||
|
# https://github.com/python-pillow/pillow-wheels/issues/45
|
||||||
|
osx_image: xcode6.4
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user