From 9ad3c609248e10d93fd225f18ab0b1e9b89dace0 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Wed, 1 Oct 2014 13:52:39 -0400 Subject: [PATCH] fix coveralls --- .coveragerc | 3 +-- bin/travis-script | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index d141edc9..acdcf318 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,2 @@ [run] -omit = */tests/* -source = ckanext +omit = */tests/*, */site-packages/*, */python?.?/*, */ckan/* diff --git a/bin/travis-script b/bin/travis-script index de1bd11d..f2dc4bb7 100755 --- a/bin/travis-script +++ b/bin/travis-script @@ -1,3 +1,3 @@ #!/bin/sh -nosetests --with-pylons=ckanext/scheming/tests/test.ini --nologcapture ckanext/scheming/tests +nosetests --with-pylons=ckanext/scheming/tests/test.ini --nologcapture --with-coverage ckanext/scheming/tests