From f1bc40defdaa7fe58eb2e225136ef447a039b518 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 16 May 2015 13:22:10 +0800 Subject: [PATCH] Add codecov integration in Travis CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3c4972e..116826a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: nosetests -v --with-coverage --cover-package=wechatpy after_success: - - pip install coveralls - - pip install scrutinizer-ocular + - pip install coveralls scrutinizer-ocular codecov - coveralls - ocular + - codecov