[buildout] develop = . parts = test i18n documentation newest = false versions = versions extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [documentation] recipe = collective.recipe.sphinxbuilder docs-directory = src/ztm/demonstration/doc author = ztmproject.org outputs = html doctest project = ztm.demonstration eggs = ztm.demonstration [test] [i18n] recipe = lovely.recipe:i18n package = ztm.demonstration domain = ztm.demonstration location = src/ztm/demonstration output = locales eggs = ztm.demonstration [i18n] zope.app.zcmlfiles [test] recipe = zc.recipe.testrunner eggs = ztm.demonstration [test] defaults = ['--tests-pattern', '^f?tests$', '-v']