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 857d846 commit fe20a23Copy full SHA for fe20a23
.travis.yml
@@ -196,6 +196,11 @@ after_failure:
196
fi
197
198
after_success:
199
+ - |
200
+ if [[ $BUILD_DOCS == false ]]; then
201
+ coveralls
202
+ bash <(curl -s https://codecov.io/bash)
203
+ fi
204
- |
205
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_BRANCH == 'master' ]]; then
206
cd $TRAVIS_BUILD_DIR
@@ -220,7 +225,3 @@ after_success:
220
225
else
221
226
echo "Will only deploy docs build from matplotlib master branch"
222
227
223
- if [[ $USE_PYTEST == true ]]; then
224
- coveralls
- bash <(curl -s https://codecov.io/bash)
- fi
0 commit comments