Commit 53b90d99 authored by Jim Fulton's avatar Jim Fulton

Merge pull request #7 from zopefoundation/fix-buildout

force persistent and interface eggs in test and interpreter scripts
parents 4c6f43b6 323e16dc
...@@ -27,12 +27,15 @@ python = develop ...@@ -27,12 +27,15 @@ python = develop
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = BTrees [test] eggs = BTrees [test]
${buildout:eggs}
defaults = ['-sBTrees']
[test_w_zodb] [test_w_zodb]
recipe = zc.recipe.testrunner <= test
eggs = BTrees [test,ZODB] eggs = BTrees [test,ZODB]
${buildout:eggs}
[scripts] [scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = BTrees [test,ZODB] eggs = ${test_w_zodb:eggs}
interpreter = py interpreter = py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment