Created
August 25, 2012 08:00
-
-
Save shomah4a/3462319 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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