From: Thomas Fillon Date: Thu, 20 Nov 2014 15:58:46 +0000 (+0100) Subject: Travis: Add coverage support X-Git-Tag: 1.5.0rc1~27^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a371670f92e567b8e7916cd93a60da3acdc09f8c;p=telemeta.git Travis: Add coverage support --- diff --git a/.travis.yml b/.travis.yml index 0cbbe1f8..52841a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,8 @@ install: before_script: - pip install -U pytest-cov pytest-django script: - - python setup.py test + - python setup.py test -a "--cov telemeta" + +after_success: + - pip install coveralls + - coveralls