From 2aa65f04eb8af19e2427aca57b31c521421f147d Mon Sep 17 00:00:00 2001 From: Luke Campbell Date: Fri, 8 Mar 2013 17:14:58 -0500 Subject: [PATCH] Adds nosetests script --- buildout.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 2372d18..007dc6f 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -44,13 +44,6 @@ args = build install -[base_config] -scripts = - ipython - nosetests -entry-points = - ipython=scripts.ipython:main - nosetests=nose:run_exit [python] recipe = zc.recipe.egg @@ -58,5 +51,7 @@ interpreter = python eggs = ${buildout:eggs} scripts = ipython + nosetests entry-points = ipython=scripts.ipython:main + nosetests=nose:run_exit