blob: 5e66d9bd744f84016bac78cc7c37ced1b3f58d03 [file] [log] [blame]
[buildout]
develop = .
#offline = true
parts =
python
ipython
tests
docs
eggs =
watchdog
argh
pyyaml
[python]
recipe = zc.recipe.egg
interpreter = python
eggs =
${buildout:eggs}
[ipython]
recipe = zc.recipe.egg
eggs =
ipython
${tests:eggs}
${buildout:eggs}
scripts = ipython
[tests]
recipe = zc.recipe.egg
interpreter = python-tests
eggs =
nose
coverage
pythoscope
${buildout:eggs}
[docs]
recipe = zc.recipe.egg
eggs =
sphinx