[buildout] develop = . ../ztm.topicmaps ../ztm.index ../ztm.ontology parts = relevancyconfig test find-links = http://download.zope.org/distribution/ newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [diffmaker] recipe = zc.recipe.egg eggs = ztm.relevancyconfig ztm.topicmaps ztm.index ztm.ontology zope.component zope.size simplejson decorator zcml = ztm.relevancyconfig [test] recipe = zc.recipe.testrunner eggs = ztm.relevancyconfig decorator defaults = ['--tests-pattern', '^f?tests$', '-v']