[Checkins] SVN: z3c.flashmessage/trunk/buildout.cfg added some check-scripts

Michael Howitz mh at gocept.com
Sat Oct 2 09:08:28 EDT 2010


Log message for revision 117183:
  added some check-scripts
  

Changed:
  U   z3c.flashmessage/trunk/buildout.cfg

-=-
Modified: z3c.flashmessage/trunk/buildout.cfg
===================================================================
--- z3c.flashmessage/trunk/buildout.cfg	2010-10-02 13:07:54 UTC (rev 117182)
+++ z3c.flashmessage/trunk/buildout.cfg	2010-10-02 13:08:28 UTC (rev 117183)
@@ -1,8 +1,13 @@
 [buildout]
 develop = .
-parts = test
-find-links = http://download.zope.org/distribution/
+parts = test console-scripts
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.flashmessage [test]
+
+[console-scripts]
+recipe = zc.recipe.egg
+eggs =
+     importchecker
+     pep8



More information about the checkins mailing list