equal
deleted
inserted
replaced
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 |