py-zope.interface/buildout.cfg

13 lines
167 B
INI
Raw Normal View History

2007-01-03 17:29:17 +02:00
[buildout]
develop = .
parts = test py
2007-01-03 17:29:17 +02:00
[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
[py]
recipe = zc.recipe.egg
eggs = zope.interface
interpreter = py