Changeset 38 for plone4bio.buildout

Show
Ignore:
Timestamp:
01/30/09 21:54:08 (3 years ago)
Author:
mauro
Message:

+testrunner

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.buildout/trunk/profiles/base.cfg

    r37 r38  
    66    instance 
    77    zopepy 
     8    test 
    89 
    910# Add additional egg download sources here. dist.plone.org contains archives 
     
    8384extra-paths = ${zope2:location}/lib/python 
    8485scripts = zopepy 
     86 
     87[test] 
     88recipe = zc.recipe.testrunner 
     89eggs = 
     90     ${instance:eggs} 
     91extra-paths = 
     92