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

Update buildout.cfg

parent d93ffb61
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
; Mon 16 Apr 08:29:18 2012 CEST ; Mon 16 Apr 08:29:18 2012 CEST
[buildout] [buildout]
parts = python parts = python tests
develop = . develop = .
eggs = bob.db.replay eggs = bob.db.replay
...@@ -11,3 +11,9 @@ eggs = bob.db.replay ...@@ -11,3 +11,9 @@ eggs = bob.db.replay
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python interpreter = python
eggs = ${buildout:eggs} eggs = ${buildout:eggs}
[tests]
recipe = pbp.recipe.noserunner
eggs = ${buildout:eggs}
pbp.recipe.noserunner
script = tests.py
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