mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
BF: work round Xcode OSX image change
XCode image causing odd bug in bash scripting in OSX: https://github.com/python-pillow/pillow-wheels/issues/45
This commit is contained in:
parent
cfb9e3f41d
commit
b916f43404
|
@ -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