Added an interpreter to facilitate experimentation.

This commit is contained in:
Jim Fulton 2008-01-06 19:35:51 +00:00
parent dcc9aab349
commit 87656a26e7
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
[buildout]
develop = .
parts = test
parts = test py
[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
[py]
recipe = zc.recipe.egg
eggs = zope.interface
interpreter = py