[Checkins] SVN: zope.schema/trunk/buildout.cfg add tox to buildout

David Glick cvs-admin at zope.org
Fri Nov 9 20:05:42 UTC 2012


Log message for revision 128213:
  add tox to buildout

Changed:
  U   zope.schema/trunk/buildout.cfg

-=-
Modified: zope.schema/trunk/buildout.cfg
===================================================================
--- zope.schema/trunk/buildout.cfg	2012-11-09 06:48:31 UTC (rev 128212)
+++ zope.schema/trunk/buildout.cfg	2012-11-09 20:05:41 UTC (rev 128213)
@@ -1,7 +1,14 @@
 [buildout]
 develop = .
-parts = test
+parts =
+    test
+    tox
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.schema [test]
+
+[tox]
+recipe = zc.recipe.egg
+eggs =
+    tox



More information about the checkins mailing list