buildout.cfg
changeset 22 fe3397e67de9
parent 19 270c209df927
equal deleted inserted replaced
21:7dcd342f35be 22:fe3397e67de9
    45 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    45 cmds = ${buildout:develop}/bin/${pyflakes:scripts}
    46 
    46 
    47 [pylint]
    47 [pylint]
    48 recipe = zc.recipe.egg
    48 recipe = zc.recipe.egg
    49 eggs =
    49 eggs =
    50     pyams_template
    50     ${package:eggs}
    51     pylint
    51     pylint
    52 entry-points = pylint=pylint.lint:Run
    52 entry-points = pylint=pylint.lint:Run
    53 arguments = sys.argv[1:]
    53 arguments = sys.argv[1:]
    54 
    54 
    55 [test]
    55 [test]