Add plone.recipe.codeanalysis dev parts.

This commit is contained in:
Timo Stollenwerk 2013-04-14 12:00:44 +02:00
parent 1e95e33573
commit 8d63226e93
1 changed files with 18 additions and 1 deletions

View File

@ -5,8 +5,25 @@ extends =
https://raw.github.com/plone/buildout.jenkins/master/jenkins-code-analysis.cfg
jenkins-test-eggs = plone.app.discussion [test]
jenkins-test-directories = plone/app/discussion
parts =
flake8
code-analysis
extensions = mr.developer
auto-checkout = plone.recipe.codeanalysis
[flake8]
recipe = zc.recipe.egg
eggs = flake8
entry-points = flake8=flake8.main:main
[code-analysis]
recipe = plone.recipe.codeanalysis
[sources]
plone.recipe.codeanalysis = fs plone.recipe.codeanalysis
[versions]
plone.app.discussion =
zope.interface = 3.6.1
zc.buildout = 2.1.0
zc.recipe.egg = 2.0.0