From dfd223d4d01e8e5cf516262e8213186f3ac618a6 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 12 Feb 2014 19:26:58 +0000 Subject: [PATCH] Use coverage and coveralls. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e479b4..4fb3465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,9 @@ env: install: - pip install $DJANGO - pip install mock==1.0.1 + - pip install coverage==3.7.1 + - pip install coveralls==0.4.1 script: - - python tests.py + - coverage run --source=django_test_mixins.py tests.py +after_success: + coveralls \ No newline at end of file