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