buildout.cfg
changeset 422 4b0f521af8ad
parent 421 ec94b4026195
child 431 c8b8b126bb32
equal deleted inserted replaced
410:0b9e3e67f43d 422:4b0f521af8ad
     1 [buildout]
     1 [buildout]
     2 eggs-directory = /var/local/env/pyams/eggs
     2 eggs-directory = eggs
     3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg
     3 extends = http://download.ztfy.org/pyams/pyams-dev.cfg
     4 find-links = http://download.ztfy.org/eggs
     4 find-links = http://download.ztfy.org/eggs
     5 socket-timeout = 3
     5 socket-timeout = 3
     6 
     6 
     7 versions = versions
     7 versions = versions
     8 #allow-picked-versions = false
     8 allow-picked-versions = false
     9 show-picked-versions = true
     9 show-picked-versions = true
    10 newest = false
    10 newest = false
    11 
    11 
    12 src = src
    12 src = src
    13 develop =
    13 develop =
    53 on_install = true
    53 on_install = true
    54 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    54 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    55 
    55 
    56 [pylint]
    56 [pylint]
    57 recipe = zc.recipe.egg
    57 recipe = zc.recipe.egg
    58 eggs = pylint
    58 eggs =
       
    59     pyams_utils
       
    60     pylint
    59 entry-points = pylint=pylint.lint:Run
    61 entry-points = pylint=pylint.lint:Run
    60 arguments = sys.argv[1:]
    62 arguments = sys.argv[1:]
    61 
    63 
    62 [test]
    64 [test]
    63 recipe = zc.recipe.testrunner
    65 recipe = zc.recipe.testrunner