From 27c0deaba332b461676816eafe5f6f3c2f8bb65f Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 12:44:47 +0100 Subject: [PATCH] Add codeclimit coverage reporting --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d731eb9..1efb7729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: install: - pip install -r requirements.txt - - pip install coveralls + - pip install coveralls codeclimate-test-reporter before_script: - python manage.py collectstatic --noinput @@ -18,3 +18,4 @@ script: after_success: - coveralls + - codeclimate-test-reporter