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

Skip to content

Commit 3716f44

Browse files
committed
MNT: Replace use of coveralls utility with codecov.
1 parent 6d3610b commit 3716f44

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 pep8 cycler coveralls coverage $MOCK
116+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler codecov coverage $MOCK
117117
pip install $PRE -r doc-requirements.txt
118118
119119
# 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)