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