Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into node-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 22, 2014
2 parents b71d847 + 53b90d9 commit 97dd1ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildout.cfg
Expand Up @@ -27,12 +27,15 @@ python = develop
[test]
recipe = zc.recipe.testrunner
eggs = BTrees [test]
${buildout:eggs}
defaults = ['-sBTrees']

[test_w_zodb]
recipe = zc.recipe.testrunner
<= test
eggs = BTrees [test,ZODB]
${buildout:eggs}

[scripts]
recipe = zc.recipe.egg
eggs = BTrees [test,ZODB]
eggs = ${test_w_zodb:eggs}
interpreter = py

0 comments on commit 97dd1ab

Please sign in to comment.