From 24c5a8b5d61e9bd319aa3d74ccb4e6087d45dfa8 Mon Sep 17 00:00:00 2001 From: hvelarde Date: Mon, 25 May 2015 14:09:58 -0300 Subject: [PATCH] Update development and CI configurations --- .jshintignore | 1 - buildout.cfg | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 .jshintignore diff --git a/.jshintignore b/.jshintignore deleted file mode 100644 index 0084c53..0000000 --- a/.jshintignore +++ /dev/null @@ -1 +0,0 @@ -src/collective/js/cycle2/static/jquery.cycle2.* diff --git a/buildout.cfg b/buildout.cfg index bb8f553..f6239fa 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -22,3 +22,8 @@ flake8-extensions = flake8-ignore = E501 multiprocessing = True return-status-codes = True + +[versions] +plone.recipe.codeanalysis = 2.0b1 +# use latest version of setuptools +setuptools =