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

Skip to content

Commit fa670fe

Browse files
committed
Add sphinx to test requirements
1 parent dbc8929 commit fa670fe

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
118+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK $NOSE sphinx
119119
if [[ $BUILD_DOCS == true ]]; then
120120
pip install $PRE -r doc-requirements.txt
121121
fi

0 commit comments

Comments
 (0)