1[buildout]
2develop = .
3parts =
4    test
5
6[test]
7recipe = zc.recipe.testrunner
8eggs = roman
9