File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Original file line number Diff line number Diff line change @@ -115,8 +115,10 @@ install:
115
115
pip install --upgrade setuptools
116
116
- |
117
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
118
+ 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
120
122
121
123
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
122
124
pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-faulthandler pytest-rerunfailures pytest-timeout pytest-warnings pytest-xdist $INSTALL_PEP8
You can’t perform that action at this time.
0 commit comments