Commit 2c7af62e authored by Hanno Schlichting's avatar Hanno Schlichting

Revert c98428, as it broke the nightly tests.

parent e6029354
......@@ -9,10 +9,12 @@ parts =
extends = versions-zope2.cfg
versions = versions
unzip = true
eggs =
Zope2
[test]
recipe = zc.recipe.testrunner
eggs = Zope2
eggs = ${buildout:eggs}
[scripts]
recipe = zc.recipe.egg:scripts
......@@ -20,6 +22,6 @@ eggs = Zope2
[zopepy]
recipe = zc.recipe.egg
eggs = Zope2
eggs = ${buildout:eggs}
interpreter = zopepy
scripts = zopepy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment