forked from plone/plone.app.dexterity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins.cfg
37 lines (32 loc) · 1.01 KB
/
jenkins.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/plone-4.3.x.cfg
https://raw.github.com/plone/buildout.jenkins/master/jenkins.cfg
https://raw.github.com/plone/buildout.jenkins/master/jenkins-code-analysis.cfg
jenkins-test-eggs = plone.app.dexterity [test]
jenkins-test-directories = plone/app/dexterity
parts +=
flake8
autopep8
code-analysis
extensions = mr.developer
auto-checkout =
plone.recipe.codeanalysis
collective.xmltestreport
[flake8]
recipe = zc.recipe.egg
eggs = flake8
entry-points = flake8=flake8.main:main
[autopep8]
recipe = zc.recipe.egg
eggs = autopep8
[code-analysis]
recipe = plone.recipe.codeanalysis
[sources]
plone.recipe.codeanalysis = git git://github.com/tisto/plone.recipe.codeanalysis.git [email protected]:tisto/plone.recipe.codeanalysis.git
collective.xmltestreport = git git://github.com/collective/collective.xmltestreport.git
[versions]
plone.app.discussion =
zope.interface = 3.6.1
zc.buildout = 2.1.0
zc.recipe.egg = 2.0.0