summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-02-28 17:09:17 +0000
committerDan Korostelev <nadako@gmail.com>2009-02-28 17:09:17 +0000
commit4ef0730bd73396437a844f98a2f31e5d81f09088 (patch)
treeefa9952867c3d66e100b80d73b4b7b00a6a38e88 /buildout.cfg
parentf3f4bdd3b52ca4f63a9fb6f69857fffd0d71d089 (diff)
downloadzope-configuration-4ef0730bd73396437a844f98a2f31e5d81f09088.tar.gz
Don't fail in xmlconfig when zope.testing is not installed.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index d2c080f..f4d4553 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,7 +1,12 @@
[buildout]
develop = .
-parts = test
+parts = test python
[test]
recipe = zc.recipe.testrunner
+eggs = zope.configuration [test]
+
+[python]
+recipe = zc.recipe.egg
eggs = zope.configuration
+interpreter = python