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
|
zopepy
|
||||||
omelette
|
omelette
|
||||||
ipzope
|
ipzope
|
||||||
|
releaser
|
||||||
test
|
test
|
||||||
coverage-test
|
coverage-test
|
||||||
coverage-report
|
coverage-report
|
||||||
@ -109,6 +110,10 @@ initialization =
|
|||||||
extra-paths = ${instance:location}/lib/python
|
extra-paths = ${instance:location}/lib/python
|
||||||
scripts = ipython=ipzope
|
scripts = ipython=ipzope
|
||||||
|
|
||||||
|
[releaser]
|
||||||
|
recipe = zc.recipe.egg
|
||||||
|
eggs = zest.releaser
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
recipe = zc.recipe.testrunner
|
recipe = zc.recipe.testrunner
|
||||||
eggs = plone.app.discussion
|
eggs = plone.app.discussion
|
||||||
|
Loading…
Reference in New Issue
Block a user