buildout for Plone 4.1 added.
svn path=/plone.app.discussion/trunk/; revision=47878
This commit is contained in:
parent
478273aa80
commit
5f557323b1
25
test-plone-4.1.x.cfg
Normal file
25
test-plone-4.1.x.cfg
Normal file
@ -0,0 +1,25 @@
|
||||
[buildout]
|
||||
extends =
|
||||
http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg
|
||||
|
||||
package-name = plone.app.discussion
|
||||
package-directory = plone/app/discussion
|
||||
|
||||
parts +=
|
||||
omelette
|
||||
test
|
||||
|
||||
[instance]
|
||||
eggs +=
|
||||
Products.PdbDebugMode
|
||||
Products.PrintingMailHost
|
||||
|
||||
[omelette]
|
||||
recipe = collective.recipe.omelette
|
||||
eggs = ${instance:eggs}
|
||||
packages = ${instance:location}/lib/python ./
|
||||
|
||||
[test]
|
||||
recipe = collective.xmltestreport
|
||||
eggs = ${buildout:package-name} [test]
|
||||
defaults = ['--auto-color', '--auto-progress']
|
Loading…
Reference in New Issue
Block a user