We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a8255 + d70b565 commit 589f071Copy full SHA for 589f071
.travis.yml
@@ -51,6 +51,7 @@ env:
51
- NOSE=
52
- NUMPY=numpy
53
- PANDAS=
54
+ - PILLOW=pillow
55
- PYPARSING=pyparsing
56
- PYTEST='pytest!=3.3.0,>=3.2.0'
57
- PYTEST_COV=pytest-cov
@@ -87,7 +88,9 @@ matrix:
87
88
- os: osx
89
osx_image: xcode7.3
90
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
- env: MOCK=mock
91
+ env:
92
+ - MOCK=mock
93
+ - PILLOW='pillow!=5.1.0'
94
only: master
95
cache:
96
# As for now travis caches only "$HOME/.cache/pip"
@@ -139,7 +142,7 @@ install:
139
142
$PANDAS \
140
143
codecov \
141
144
coverage \
- pillow \
145
+ $PILLOW \
146
$PYPARSING \
147
$DATEUTIL \
148
$SPHINX
0 commit comments