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

Skip to content

Commit 18195df

Browse files
committed
MNT: Replace use of coveralls utility with codecov.
1 parent a517c60 commit 18195df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ install:
113113
pip install --upgrade setuptools
114114
- |
115115
# 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
117117
pip install $PRE -r doc-requirements.txt
118118
119119
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
@@ -198,8 +198,7 @@ after_failure:
198198
after_success:
199199
- |
200200
if [[ $BUILD_DOCS == false ]]; then
201-
coveralls
202-
bash <(curl -s https://codecov.io/bash)
201+
codecov -e TRAVIS_PYTHON_VERSION
203202
fi
204203
- |
205204
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_BRANCH == 'master' ]]; then

0 commit comments

Comments
 (0)