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