From d587e81a7f09e1a0baf66ba3a16e7a7c0a05455c Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 19 Feb 2017 20:59:39 +0900 Subject: [PATCH] codecov --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84f39cc..575f7e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ services: install: - pip install -U pip - - pip install -U mock coverage pytest pytest-cov + - pip install -U mock coverage pytest pytest-cov codecov env: global: @@ -32,5 +32,8 @@ script: - pip install -e . - py.test --cov ./MySQLdb +after_succes: + - codecov + # vim: sw=2 ts=2 sts=2