forked from domenkozar/Products.TinyMCE
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuildout.cfg
55 lines (45 loc) · 1.14 KB
/
buildout.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
47
48
49
50
51
52
53
54
55
[buildout]
#extends = http://svn.plone.org/svn/collective/buildout/plonetest/test-3.x.cfg
extends =
http://svn.plone.org/svn/collective/buildout/plonetest/test-4.1.x.cfg
http://good-py.appspot.com/release/dexterity/1.1?plone=4.1.3
versions = versions
sources = sources
package-name = Products.TinyMCE
auto-checkout = *
test-eggs =
plone.app.testing
unittest2
Pillow
parts +=
omelette
coverage-test
coverage-report
extensions =
mr.developer
develop = .
auto-checkout += tinymce
[instance]
eggs +=
Products.TinyMCE [test]
Pillow
roman
plone.app.dexterity
[versions]
Products.PrintingMailHost = 0.7
Products.TinyMCE =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[sources]
tinymce = git https://github.com/hexagonit/tinymce.git egg=false branch=3.4.7-plone
sauna.reload = git git://github.com/epeli/sauna.reload.git
[coverage-test]
recipe = zc.recipe.testrunner
eggs = Products.TinyMCE [test]
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coveragereport
arguments = ('coverage', 'report')