--- a/buildout.cfg Wed Nov 20 18:28:10 2019 +0100
+++ b/buildout.cfg Fri Nov 22 18:57:44 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,9 +53,15 @@
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]
[versions]
-pyams_utils = 0.1.34.2
+pyams_utils = 0.1.35