--- a/buildout.cfg Mon Nov 25 13:39:35 2019 +0100
+++ b/buildout.cfg Mon Nov 25 13:40:03 2019 +0100
@@ -1,16 +1,14 @@
[buildout]
-eggs-directory = /var/local/env/pyams/eggs
+eggs-directory = eggs
extends = http://download.ztfy.org/pyams/pyams-dev.cfg
find-links = http://download.ztfy.org/eggs
+socket-timeout = 3
-socket-timeout = 3
+versions = versions
+allow-picked-versions = false
show-picked-versions = true
newest = false
-versions = versions
-newest = false
-#allow-picked-versions = false
-
src = src
develop =
.
@@ -19,11 +17,13 @@
package
i18n
pyflakes
+ pylint
test
[package]
recipe = zc.recipe.egg
-eggs =
+eggs = pyams_apm
+interpreter = py
[i18n]
recipe = zc.recipe.egg
@@ -43,9 +43,17 @@
on_install = true
cmds = ${buildout:develop}/bin/${pyflakes:scripts}
+[pylint]
+recipe = zc.recipe.egg
+eggs =
+ pyams_apm
+ pylint
+entry-points = pylint=pylint.lint:Run
+arguments = sys.argv[1:]
+
[test]
recipe = zc.recipe.testrunner
eggs = pyams_apm [test]
[versions]
-pyams_apm = 0.1.4
+pyams_apm = 0.1.4.1