[Checkins] SVN: zope.app.i18n/trunk/buildout.cfg added find-links; addex extras_require to test egg

Christian Zagrodnick cz at gocept.com
Fri Jun 1 06:10:41 EDT 2007


Log message for revision 76074:
  added find-links; addex extras_require to test egg

Changed:
  U   zope.app.i18n/trunk/buildout.cfg

-=-
Modified: zope.app.i18n/trunk/buildout.cfg
===================================================================
--- zope.app.i18n/trunk/buildout.cfg	2007-06-01 10:09:30 UTC (rev 76073)
+++ zope.app.i18n/trunk/buildout.cfg	2007-06-01 10:10:41 UTC (rev 76074)
@@ -1,10 +1,11 @@
 [buildout]
 develop = . 
 parts = test
+find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.app.i18n
+eggs = zope.app.i18n [test]
 
 
 



More information about the Checkins mailing list