We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b32ca commit 4e041faCopy full SHA for 4e041fa
.travis.yml
@@ -224,4 +224,5 @@ after_success:
224
fi
225
if [[ $NOSE_ARGS =~ "--with-coverage" || $USE_PYTEST == true ]]; then
226
coveralls
227
+ bash <(curl -s https://codecov.io/bash)
228
0 commit comments