copied paula.testing -> paula.app.testing
[paula.git] / paula.authentication / buildout.cfg
blobcf49ce31e212ec4fed49b122c394c4528af23cb2
1 [buildout]
2 develop = .
3     externals/paula.testing
4 parts = test py
6 [test]
7 recipe = zc.recipe.testrunner
8 eggs = paula.authentication [test]
10 [py]
11 recipe = zc.recipe.egg
12 interpreter = py
13 eggs = ${test:eggs}