Skip to content

Instantly share code, notes, and snippets.

@shomah4a
Created August 25, 2012 08:00
Show Gist options
  • Save shomah4a/3462319 to your computer and use it in GitHub Desktop.
Save shomah4a/3462319 to your computer and use it in GitHub Desktop.
[buildout]
parts = env ipython sphinx nose pylint epydoc supervisor
develop = .
pkg-name = tornadotest
[env]
recipe = zc.recipe.egg
eggs =
# from easy_install
zc.recipe.egg
tornadotest
interpreter = python
[supervisor]
recipe = collective.recipe.supervisor
programs =
10 tornado ${buildout:bin-directory}/ttest
# .. 略
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment