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

Skip to content

Commit 896e2d6

Browse files
committed
MNT: Replace use of coveralls utility with codecov.
1 parent 1f999f4 commit 896e2d6

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
@@ -114,7 +114,7 @@ install:
114114
pip install --upgrade setuptools
115115
- |
116116
# Install dependencies from pypi
117-
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler coveralls coverage $MOCK
117+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK
118118
pip install $PRE -r doc-requirements.txt
119119
120120
# Install nose from a build which has partial
@@ -226,6 +226,5 @@ after_success:
226226
echo "Will only deploy docs build from matplotlib master branch"
227227
fi
228228
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
231230
fi

0 commit comments

Comments
 (0)