Author: jvloothuis Date: Fri May 2 17:05:36 2008 New Revision: 54328 Modified: kukit/kss.base/trunk/buildout.cfg Log: Added beautiful soup to the buildout config for testing that support
Modified: kukit/kss.base/trunk/buildout.cfg ============================================================================== --- kukit/kss.base/trunk/buildout.cfg (original) +++ kukit/kss.base/trunk/buildout.cfg Fri May 2 17:05:36 2008 @@ -1,11 +1,13 @@ [buildout] parts = test-runner scripts python develop = . -eggs = +eggs = BeautifulSoup [test-runner] recipe = zc.recipe.testrunner -eggs = kss.base +eggs = + kss.base + BeautifulSoup script = test [scripts] _______________________________________________ Kukit-checkins mailing list [email protected] http://codespeak.net/mailman/listinfo/kukit-checkins
