diff options
| author | Jim Fulton <jim@zope.com> | 2007-01-03 15:29:17 +0000 |
|---|---|---|
| committer | Jim Fulton <jim@zope.com> | 2007-01-03 15:29:17 +0000 |
| commit | 876c68a0fcd7d6e2198da745ad2397b4a23ffcc8 (patch) | |
| tree | 3ad373f83d2b871f443aae6bbac60a6c76707b43 /buildout.cfg | |
| parent | 61cb667dd2b347cf88120d3f7b7cb44138acf642 (diff) | |
| download | zope-interface-876c68a0fcd7d6e2198da745ad2397b4a23ffcc8.tar.gz | |
Converted to a buildout.
Diffstat (limited to 'buildout.cfg')
| -rw-r--r-- | buildout.cfg | 8 |
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 + |
