Files
Gael Pasgrimaud b3d63be6db Improve template
2011-12-26 16:47:13 +01:00

40 lines
663 B
INI

[buildout]
newest = false
parts = eggs test
develop = . pyramidapp ../fa.jquery ../formalchemy
[eggs]
recipe = zc.recipe.egg
eggs =
Mako>=0.3.6
FormAlchemy>=1.4.1
PasteScript>=1.7.4
pyramid>=1.2.9
pyramid_formalchemy
pyramid_handlers
pyramidapp
fa.jquery
WebTest
coverage
PasteScript
Sphinx
unittest2
nose
Babel
lingua
scripts=
nosetests=tests
pcreate=pcreate
interpreter = python
[test]
recipe = zc.recipe.egg
eggs =
${eggs:eggs}
initialization =
import os
os.chdir(os.path.join('${buildout:directory}', 'pyramidapp'))
scripts=
nosetests=nosetests
paster=paster_serve