File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ install:
113
113
pip install --upgrade setuptools
114
114
- |
115
115
# Install dependencies from pypi
116
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler coveralls coverage $MOCK
116
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler codecov coverage $MOCK
117
117
pip install $PRE -r doc-requirements.txt
118
118
119
119
# Install nose from a build which has partial
@@ -226,6 +226,5 @@ after_success:
226
226
echo "Will only deploy docs build from matplotlib master branch"
227
227
fi
228
228
if [[ $NOSE_ARGS =~ "--with-coverage" || $USE_PYTEST == true ]]; then
229
- coveralls
230
- bash <(curl -s https://codecov.io/bash)
229
+ codecov -e TRAVIS_PYTHON_VERSION
231
230
fi
You can’t perform that action at this time.
0 commit comments