Thanks to visit codestin.com Credit goes to github.com
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 9a80cf6 + f0fb223 commit 4ef3799Copy full SHA for 4ef3799
1 file changed
.travis.yml
@@ -115,8 +115,10 @@ 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
119
- pip install $PRE -r doc-requirements.txt
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx pillow
+ if [[ $BUILD_DOCS == true ]]; then
120
+ pip install $PRE -r doc-requirements.txt
121
+ fi
122
123
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
124
pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-faulthandler pytest-rerunfailures pytest-timeout pytest-warnings pytest-xdist $INSTALL_PEP8
0 commit comments