experimental DISABLE_DOCTEST
[paula.testing.git] / buildout.cfg
blob346652c7fa7d98f5092ef23a8f0bfff320df9b0d
1 [buildout]
2 develop = .
3 parts = test py
5 [test]
6 recipe = zc.recipe.testrunner
7 eggs = paula.testing
9 [py]
10 recipe = zc.recipe.egg
11 interpreter = py
12 eggs = ${test:eggs}