From 9f04273115bf3a75ba12c3c375056bd11e4b5492 Mon Sep 17 00:00:00 2001 From: Chris Modjeska Date: Wed, 13 Nov 2013 12:12:59 -0500 Subject: [PATCH] Added migrations and admin.py to coverage exclusion --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index df34fc4..9d4b21f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ install: # command to run tests script: - "pip install -r test-requirements.txt" - - "coverage run --source=django_clickbank runtests.py" + - "coverage run --source=django_clickbank --omit=*admin*,*migrations/* runtests.py" after_success: coveralls \ No newline at end of file