From b5f4df5f17ff17c095e6892bc86fe84ca66bccb6 Mon Sep 17 00:00:00 2001 From: tisto Date: Sun, 15 Dec 2013 12:00:25 +0100 Subject: [PATCH] Add code analysis section. --- buildout.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 560c0f6..6bbf249 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,6 +5,7 @@ package-extras = [test] parts += mkrelease pocompile + code-analysis [mkrelease] recipe = zc.recipe.egg @@ -14,6 +15,10 @@ eggs = jarn.mkrelease recipe = zc.recipe.egg eggs = zest.pocompile +[code-analysis] +recipe = plone.recipe.codeanalysis +directory = ${buildout:directory}/plone/app/discussion + [versions] plone.app.discussion = zope.interface = 4.0.5