Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f999f4 commit 896e2d6Copy full SHA for 896e2d6
.travis.yml
@@ -114,7 +114,7 @@ install:
114
pip install --upgrade setuptools
115
- |
116
# Install dependencies from pypi
117
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler coveralls coverage $MOCK
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS cycler codecov coverage $MOCK
118
pip install $PRE -r doc-requirements.txt
119
120
# Install nose from a build which has partial
@@ -226,6 +226,5 @@ after_success:
226
echo "Will only deploy docs build from matplotlib master branch"
227
fi
228
if [[ $NOSE_ARGS =~ "--with-coverage" || $USE_PYTEST == true ]]; then
229
- coveralls
230
- bash <(curl -s https://codecov.io/bash)
+ codecov -e TRAVIS_PYTHON_VERSION
231
0 commit comments