Skip to content

Commit

Permalink
Remove code analysis and coverage
Browse files Browse the repository at this point in the history
Travis and tox take care of it
  • Loading branch information
gforcada committed Sep 13, 2015
1 parent 9eddc1d commit 2d245e6
Showing 1 changed file with 6 additions and 73 deletions.
79 changes: 6 additions & 73 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[buildout]
parts =
check_manifest
code-analysis
createcoverage
readme
releaser

Expand All @@ -14,58 +12,6 @@ show-picked-versions = true
recipe = zc.recipe.egg
eggs = check-manifest

[code-analysis]
pre-commit-hook = False
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}
multiprocessing = True
clean-lines-exclude =
bootstrap-buildout.py
docs
*.egg.
bin
lib
lib64
parts
include
develop-eggs
clean-lines = True
pep3101-exclude =
bootstrap-buildout.py
docs
*.egg.
bin
lib
lib64
parts
include
develop-eggs
pep3101 = True
imports-exclude =
bootstrap-buildout.py
docs
*.egg.
bin
lib
lib64
parts
include
develop-eggs
imports = True
flake8-exclude = bootstrap-buildout.py,docs,*.egg.,bin/,lib/,lib64/,parts/,include/,develop-eggs/
flake8-max-complexity = 15
flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding
flake8-print
flake8-quotes
flake8-todo

[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage

[readme]
recipe = zc.recipe.egg
eggs = readme
Expand All @@ -75,34 +21,21 @@ recipe = zc.recipe.egg
eggs = zest.releaser[recommended]

[versions]
bleach = 1.4.1
bleach = 1.4.2
chardet = 2.3.0
check-manifest = 0.25
colorama = 0.3.3
coverage = 3.7.1
createcoverage = 1.3.2
docutils = 0.12
flake8 = 2.4.1
flake8-blind-except = 0.1.0
flake8-coding = 1.1.0
flake8-debugger = 1.4.0
flake8-print = 1.6.1
flake8-quotes = 0.0.1
flake8-todo = 0.4
html5lib = 0.999999
mccabe = 0.3.1
pep8 = 1.5.7
html5lib = 0.9999999
pkginfo = 1.2.1
plone.recipe.codeanalysis = 2.0
pyflakes = 0.8.1
Pygments = 2.0.2
pyroma = 1.8.2
readme = 0.5.1
readme = 0.6.0
requests = 2.7.0
setuptools = 18.1
setuptools = 18.3.1
six = 1.9.0
twine = 1.5.0
wheel = 0.24.0
zc.buildout = 2.4.1
zc.buildout = 2.4.3
zc.recipe.egg = 2.0.2
zest.releaser = 5.2
zest.releaser = 5.5

0 comments on commit 2d245e6

Please sign in to comment.