buildout.cfg
changeset 426 2022e4da3ad9
parent 425 aeea1428f782
child 431 c8b8b126bb32
equal deleted inserted replaced
424:5028ff294931 426:2022e4da3ad9
    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