From a5f47bbfc7387b5d4bee3faf85b036847e9caa2f Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Wed, 9 Nov 2016 15:44:55 +0000 Subject: [PATCH] Coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbe7bec..d6626fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - pip install -r requirements.pip script: - - nosetests + - python -m nose --verbose --with-coverage --cover-inclusive --cover-tests --cover-package=gouda gouda after_success: - coveralls