summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 7d00ccd9585b3cdb3dc2cf446bf1978c7152f5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[buildout]
develop = .
parts = py test

[test]
recipe = zc.recipe.testrunner
eggs = zope.tal

[py]
recipe = zc.recipe.egg
eggs = zope.tal
interpreter = py