paula.testing: test for finding txt files + minor bugfix
[paula/paual.testing.git] / paula.properties / buildout.cfg
blob5dd59c8adad6d8e20e2d23985ee254fb1a340b2c
1 [buildout]
2 develop = .
3     externals/paula.testing
4 parts = test py
6 [test]
7 recipe = zc.recipe.testrunner
8 eggs = paula.properties [test]
10 [py]
11 recipe = zc.recipe.egg
12 interpreter = py
13 eggs = ${test:eggs}