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