From e23cc83dffb45671b89be9c865dd4b00b92bf602 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 16 Jan 2017 11:48:43 +0100 Subject: [PATCH] Update Travis-CI configuration with better codecov settings Codecov suggests to use the bash uploader, even in Python projects. Who am I to disagree? :) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d42344..30a450e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ install: script: - tox after_success: - - codecov + - bash <(curl -s https://codecov.io/bash)