From a371670f92e567b8e7916cd93a60da3acdc09f8c Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 20 Nov 2014 16:58:46 +0100 Subject: [PATCH] Travis: Add coverage support --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5