File tree 1 file changed +2
-3
lines changed 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 cycler coveralls coverage $MOCK
116
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK
117
117
pip install $PRE -r doc-requirements.txt
118
118
119
119
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
@@ -198,8 +198,7 @@ after_failure:
198
198
after_success :
199
199
- |
200
200
if [[ $BUILD_DOCS == false ]]; then
201
- coveralls
202
- bash <(curl -s https://codecov.io/bash)
201
+ codecov -e TRAVIS_PYTHON_VERSION
203
202
fi
204
203
- |
205
204
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_BRANCH == 'master' ]]; then
You can’t perform that action at this time.
0 commit comments