testpython.cfg 474 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[buildout]
software_home = ${:directory}
versions = versions
extends =
  profiles/versions.cfg
  profiles/software-definition.cfg
  software-profiles/zope-2.8.cfg
  software-profiles/python-2.4.cfg
  software-profiles/python-2.6.cfg
  software-profiles/mysql-tritonn-5.0.cfg
  software-profiles/erp5.cfg
  profiles/common.cfg

python = python2.4
15 16 17
parts =
  eggs
  eggs2.6
18 19

[software_definition]
20 21 22 23
software_home = ${buildout:software_home}

[eggs2.6]
<= eggs
Łukasz Nowak's avatar
Łukasz Nowak committed
24
python = python2.6