From de024f93bfc4f015fe8f51a7c4c31f229652c899 Mon Sep 17 00:00:00 2001 From: "Leonardo J. Caballero G" Date: Thu, 20 Aug 2015 03:03:02 -0430 Subject: [PATCH] Changed the path to coverage --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 9e495d4..c6312a4 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -66,7 +66,7 @@ eggs = ${test:eggs} recipe = zc.recipe.egg eggs = coverage initialization = - include = '--source=${buildout:directory}/src' + include = '--source=${buildout:directory}/canaimagnulinux' sys.argv = sys.argv[:] + ['run', include, 'bin/test', '--all'] [report]