summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorJim Fulton <jim@zope.com>2007-01-03 15:29:17 +0000
committerJim Fulton <jim@zope.com>2007-01-03 15:29:17 +0000
commit876c68a0fcd7d6e2198da745ad2397b4a23ffcc8 (patch)
tree3ad373f83d2b871f443aae6bbac60a6c76707b43 /buildout.cfg
parent61cb667dd2b347cf88120d3f7b7cb44138acf642 (diff)
downloadzope-interface-876c68a0fcd7d6e2198da745ad2397b4a23ffcc8.tar.gz
Converted to a buildout.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
new file mode 100644
index 0000000..dd46e51
--- /dev/null
+++ b/buildout.cfg
@@ -0,0 +1,8 @@
+[buildout]
+develop = .
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.interface
+