8000
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.
1 parent fa670fe commit f0fb223Copy full SHA for f0fb223
.travis.yml
@@ -115,7 +115,7 @@ install:
115
pip install --upgrade setuptools
116
- |
117
# Install dependencies from pypi
118
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx pillow
119
if [[ $BUILD_DOCS == true ]]; then
120
pip install $PRE -r doc-requirements.txt
121
fi
0 commit comments