buildout.cfg
branchdev-tf
changeset 417 e7e36ec88a06
parent 415 a6fea42dc750
child 418 55fc762a7afa
equal deleted inserted replaced
416:0ef63dbfecd1 417:e7e36ec88a06
    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
       
    61     pylint-exit
       
    62     anybadge
    59 entry-points = pylint=pylint.lint:Run
    63 entry-points = pylint=pylint.lint:Run
    60 arguments = sys.argv[1:]
    64 arguments = sys.argv[1:]
    61 
    65 
    62 [test]
    66 [test]
    63 recipe = zc.recipe.testrunner
    67 recipe = zc.recipe.testrunner