diff options
author | Jim Fulton <jim@zope.com> | 2007-08-14 17:52:11 +0000 |
---|---|---|
committer | Jim Fulton <jim@zope.com> | 2007-08-14 17:52:11 +0000 |
commit | a70bfd3ede715b57448d415dcfebf066ce3d8747 (patch) | |
tree | 822d3b8b55c683e1713277670826de1b64aca448 /buildout.cfg | |
parent | 316804e7f50ebc3d4f0ed80319d9888a66c96fa6 (diff) | |
download | zope-security-a70bfd3ede715b57448d415dcfebf066ce3d8747.tar.gz |
Added interpreter.
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index bf27eac..0167253 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,8 +1,13 @@ [buildout] develop = . -parts = test +parts = test py find-links = http://download.zope.org/distribution/ [test] recipe = zc.recipe.testrunner eggs = zope.security [untrustedpython] + +[py] +recipe = zc.recipe.egg +eggs = zope.security [untrustedpython] +interpreter = py |