From ee80c6eaa0766115d76322a90c3f92b9635897ab Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 8 Jun 2014 12:13:04 +0200 Subject: [PATCH] We don't want to check coverage for code we didn't write --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f208964..24c5dc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: # command to run tests, e.g. python setup.py test script: - - nosetests --with-coverage tests + - nosetests --with-coverage --cover-package=FourmiCrawler,utils tests notifications: slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM