buildout.cfg
changeset 434 7f256d281e84
parent 431 c8b8b126bb32
child 439 d2a70e493aa8
equal deleted inserted replaced
433:3e1e16d5bbaf 434:7f256d281e84
    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 =
    58 eggs =
    59     pyams_utils
    59     ${package:eggs}
    60     pylint
    60     pylint
    61 entry-points = pylint=pylint.lint:Run
    61 entry-points = pylint=pylint.lint:Run
    62 arguments = sys.argv[1:]
    62 arguments = sys.argv[1:]
    63 
    63 
    64 [test]
    64 [test]