[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/buildout.cfg Sane buildout.cfg from which the different configurations can inherit

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Nov 17 10:46:03 EST 2010


Log message for revision 118443:
  Sane buildout.cfg from which the different configurations can inherit

Changed:
  A   gocept.selenium/branches/janjaapdriessen-wsgi/buildout.cfg

-=-
Added: gocept.selenium/branches/janjaapdriessen-wsgi/buildout.cfg
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/buildout.cfg	                        (rev 0)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/buildout.cfg	2010-11-17 15:46:03 UTC (rev 118443)
@@ -0,0 +1,15 @@
+[buildout]
+parts = test
+develop = .
+versions = versions
+package = gocept.selenium
+
+[versions]
+gocept.selenium =
+selenium = 1.0.3
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ${buildout:package}
+
+



More information about the checkins mailing list