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 7d6b0c8 commit dbc8929Copy full SHA for dbc8929
.travis.yml
@@ -116,7 +116,9 @@ install:
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
+ 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