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

Adds bob to avoid local conflicts on test units (fix)

parent 625c7bb6
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
[buildout]
parts = bob python tests sphinx
develop = .
eggs = bob
bob.db.replay
eggs = bob.db.replay
bob
[bob]
recipe = local.bob.recipe:config
......@@ -23,8 +23,7 @@ eggs = ${buildout:eggs}
[tests]
recipe = pbp.recipe.noserunner
eggs = bob.db.replay
bob
eggs = ${buildout:eggs}
script = tests.py
[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