Skip to content

Commit 589f071

Browse files
authored
Merge pull request #11480 from QuLogic/fix-macos
Skip pillow 5.1.0 on macOS
2 parents 45a8255 + d70b565 commit 589f071

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ env:
5151
- NOSE=
5252
- NUMPY=numpy
5353
- PANDAS=
54+
- PILLOW=pillow
5455
- PYPARSING=pyparsing
5556
- PYTEST='pytest!=3.3.0,>=3.2.0'
5657
- PYTEST_COV=pytest-cov
@@ -87,7 +88,9 @@ matrix:
8788
- os: osx
8889
osx_image: xcode7.3
8990
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
90-
env: MOCK=mock
91+
env:
92+
- MOCK=mock
93+
- PILLOW='pillow!=5.1.0'
9194
only: master
9295
cache:
9396
# As for now travis caches only "$HOME/.cache/pip"
@@ -139,7 +142,7 @@ install:
139142
$PANDAS \
140143
codecov \
141144
coverage \
142-
pillow \
145+
$PILLOW \
143146
$PYPARSING \
144147
$DATEUTIL \
145148
$SPHINX

0 commit comments

Comments
 (0)