Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0fb223

Browse files
committed
Install pillow on all travis builds
1 parent fa670fe commit f0fb223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ install:
115115
pip install --upgrade setuptools
116116
- |
117117
# Install dependencies from pypi
118-
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx
118+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx pillow
119119
if [[ $BUILD_DOCS == true ]]; then
120120
pip install $PRE -r doc-requirements.txt
121121
fi

0 commit comments

Comments
 (0)