Commit 97dd1abb authored by Jim Fulton's avatar Jim Fulton

Merge remote-tracking branch 'origin/master' into node-sizes

parents b71d8478 53b90d99
...@@ -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