From 32050e06e8c8e6b3e9f58365442b7aaace775753 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Mon, 18 Jan 2016 16:01:34 -0800 Subject: [PATCH] dont include tests in coverage calculation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d196eefb..3f3c9c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ env: addons: postgresql: "9.4" script: - - coverage run --source=hc manage.py test + - coverage run --omit=*/tests/* --source=hc manage.py test after_success: coveralls cache: pip