forked from collective/collective.dexteritytextindexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplone4.cfg
46 lines (37 loc) · 903 Bytes
/
plone4.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
38
39
40
41
42
43
44
45
46
[buildout]
extends = http://dist.plone.org/release/4.3.7/versions.cfg
extensions = mr.developer
parts =
instance
test
code-analysis
develop = .
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
Pillow
collective.dexteritytextindexer [tests]
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/src/example
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-complexity = 15
flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
defaults = ['-s', 'collective.dexteritytextindexer', '--auto-color', '--auto-progress']
[versions]
setuptools =
zc.buildout = 2.2.5
zc.recipe.egg = 2.0.1
flake8 = 2.4.0