diff --git a/buildout.cfg b/buildout.cfg index bb8292d..25682b8 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,6 +1,6 @@ [buildout] develop = . -parts += +parts = test py coverage @@ -15,7 +15,6 @@ defaults = ['--auto-color', '--auto-progress'] recipe = zc.recipe.egg interpreter = py eggs = ${test:eggs} -scripts = [coverage] recipe = collective.recipe.template