# HG changeset patch # User Oben Sonne # Date 1359670083 -3600 # Thu Jan 31 23:08:03 2013 +0100 # Node ID 5b8341ea7acd6de05e0aa8cfc2fbf543b06eda99 # Parent a2798cac62f149709c1575c816814e058f81587c server: add more test dependencies to buildout.cfg diff --git a/server/buildout.cfg b/server/buildout.cfg --- a/server/buildout.cfg +++ b/server/buildout.cfg @@ -19,6 +19,7 @@ eggs = remuco pyyaml + coverage script = tests defaults = --with-doctest @@ -31,7 +32,7 @@ [tests-bong] recipe = zc.recipe.egg:scripts -eggs = +eggs = pyyaml extra-paths = ${buildout:directory}/src entry-points = bong=tests.bong:main