Skip to content
Snippets Groups Projects
Commit f485b150 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use xbob.buildout

parent 9b8762dd
No related branches found
No related tags found
No related merge requests found
......@@ -19,19 +19,19 @@ eggs = bob==master
;If you would like to pin-down the recipes package version so you are not
;bothered with eventual updates, do it here. Note that, by pinning the version
;of the package, you will be also excluded from bug fixes.
;bob.buildout.recipes = 0.1
;xbob.buildout = 0.1
[external]
recipe = bob.buildout.recipes:external
recipe = xbob.buildout:external
egg-directories = /Users/andre/work/bob-master/build/lib
[tests]
recipe = bob.buildout.recipes:nose
recipe = xbob.buildout:nose
eggs = ${buildout:eggs}
script = tests.py
[sphinx]
recipe = bob.buildout.recipes:sphinx
recipe = xbob.buildout:sphinx
eggs = ${buildout:eggs}
source = ${buildout:directory}/docs
build = ${buildout:directory}/sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment