Add code analysis section.
This commit is contained in:
parent
66e5563228
commit
b5f4df5f17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user