[buildout] index = http://download.zope.org/zope3.4 develop = schooltool parts = schooltool test newest = false [schooltool] recipe = zc.recipe.egg find-links = http://ftp.schooltool.org/schooltool/releases/nightly/ http://ftp.schooltool.org/schooltool/eggs/3.4 eggs = schooltool schooltool.devtools [test] recipe = zc.recipe.testrunner eggs = schooltool defaults = ['--tests-pattern', '^f?tests$', '-v']