Zope Subversion Repository

  Zope

Zope: zc.ngi/trunk/buildout.cfg

File: [Zope] / zc.ngi / trunk / buildout.cfg (download)
Revision: 114273, Tue Jul 6 23:09:34 2010 UTC (2 years, 10 months ago) by jim
File size: 464 byte(s)
Reenable deprecation warnings in Python 2.7 and later. :(
[buildout]
develop = .
parts = test py sphinx

[test]
recipe = zc.recipe.testrunner
eggs = zc.ngi [test]
initialization =
   import sys, warnings
   if sys.version_info >= (2, 7): warnings.simplefilter('default')

[test2.5]
<= test
python = python2.5

[test2.6]
<= test
python = python2.6

[test2.7]
<= test
python = python2.7

[py]
recipe = zc.recipe.egg
eggs = zc.ngi
interpreter = py

[sphinx]
recipe = zc.recipe.egg
eggs = sphinx
       Pygments
       zc.ngi

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help