zest.releaser added to plone 4 dev buildout.
svn path=/plone.app.discussion/trunk/; revision=38885
This commit is contained in:
parent
6d5d72f778
commit
aae3a522bd
@ -6,6 +6,7 @@ parts =
|
||||
zopepy
|
||||
omelette
|
||||
ipzope
|
||||
releaser
|
||||
test
|
||||
coverage-test
|
||||
coverage-report
|
||||
@ -109,6 +110,10 @@ initialization =
|
||||
extra-paths = ${instance:location}/lib/python
|
||||
scripts = ipython=ipzope
|
||||
|
||||
[releaser]
|
||||
recipe = zc.recipe.egg
|
||||
eggs = zest.releaser
|
||||
|
||||
[test]
|
||||
recipe = zc.recipe.testrunner
|
||||
eggs = plone.app.discussion
|
||||
|
Loading…
Reference in New Issue
Block a user