mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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
|
||||
dist: trusty
|
||||
services: docker
|
||||
# Force xcode 6.4 image to work round
|
||||
# https://github.com/python-pillow/pillow-wheels/issues/45
|
||||
osx_image: xcode6.4
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue
Block a user