[Checkins] SVN: zc.urllib2sftp/branches/dev/buildout.cfg Tests? Who needs tests? :(

Jim Fulton jim at zope.com
Tue Sep 12 17:45:34 EDT 2006


Log message for revision 70135:
  Tests? Who needs tests? :(
  

Changed:
  U   zc.urllib2sftp/branches/dev/buildout.cfg

-=-
Modified: zc.urllib2sftp/branches/dev/buildout.cfg
===================================================================
--- zc.urllib2sftp/branches/dev/buildout.cfg	2006-09-12 20:00:31 UTC (rev 70134)
+++ zc.urllib2sftp/branches/dev/buildout.cfg	2006-09-12 21:45:33 UTC (rev 70135)
@@ -1,8 +1,10 @@
 [buildout]
 develop = .
-parts = test
+parts = py
 
-[test]
-recipe = zc.recipe.testrunner
+[py]
+recipe = zc.recipe.egg
 eggs = zc.urllib2sftp
+interpreter = py
 
+



More information about the Checkins mailing list