mirror of
https://github.com/wassname/pyramid_formalchemy.git
synced 2026-06-27 16:10:40 +08:00
33 lines
536 B
INI
33 lines
536 B
INI
[buildout]
|
|
newest = false
|
|
parts = eggs test
|
|
develop = . pyramidapp ../fa.jquery ../formalchemy
|
|
|
|
[eggs]
|
|
recipe = zc.recipe.egg
|
|
eggs =
|
|
Mako>=0.3.6
|
|
pyramid_formalchemy
|
|
pyramid_handlers
|
|
pyramidapp
|
|
fa.jquery
|
|
WebTest
|
|
coverage
|
|
PasteScript
|
|
Sphinx
|
|
unittest2
|
|
nose
|
|
scripts=
|
|
nosetests=tests
|
|
|
|
[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
|