From aaa58a04bdc196c7722002bf7ebeba8241ac8d3f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 10 Aug 2012 15:40:13 +0200 Subject: [PATCH] Update buildout.cfg --- buildout.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index da3d081..1215a20 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,7 +3,7 @@ ; Mon 16 Apr 08:29:18 2012 CEST [buildout] -parts = python +parts = python tests develop = . eggs = bob.db.replay @@ -11,3 +11,9 @@ eggs = bob.db.replay recipe = zc.recipe.egg interpreter = python eggs = ${buildout:eggs} + +[tests] +recipe = pbp.recipe.noserunner +eggs = ${buildout:eggs} + pbp.recipe.noserunner +script = tests.py -- GitLab