diff -r 0037199881fb -r cf2304af0fab buildout.cfg --- a/buildout.cfg Wed Nov 20 19:26:23 2019 +0100 +++ b/buildout.cfg Fri Nov 22 18:51:37 2019 +0100 @@ -27,43 +27,12 @@ package i18n pyflakes + pylint test [package] recipe = zc.recipe.egg -eggs = - babel - BTrees - chameleon - docutils - httplib2 - persistent - pyams_utils - pyramid - pyramid_zodbconn - pysocks - pytz - transaction - z3c.form - z3c.pt - z3c.ptcompat - ZEO - ZODB - zope.annotation - zope.component - zope.container - zope.contentprovider - zope.datetime - zope.dublincore - zope.interface - zope.intid - zope.keyreference - zope.lifecycleevent - zope.location - zope.publisher - zope.schema - zope.site - zope.traversing +eggs = pyams_utils interpreter = py [i18n] @@ -84,6 +53,12 @@ on_install = true cmds = ${buildout:develop}/bin/${pyflakes:scripts} +[pylint] +recipe = zc.recipe.egg +eggs = pylint +entry-points = pylint=pylint.lint:Run +arguments = sys.argv[1:] + [test] recipe = zc.recipe.testrunner eggs = pyams_utils [test]