Skip to content

Commit

Permalink
Add support for Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed May 28, 2018
1 parent a356e4b commit f5a0d8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude_paths:
- bootstrap.py
- setup.py
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ script:
- bin/test
- bin/pylint --py3k --disable=no-absolute-import src/collective/fingerpointing
after_success:
- bin/createcoverage --output-dir=htmlcov
- pip install coverage
- coverage run bin/test
# Coveralls
- pip install coveralls
- coveralls
# Codacy
- coverage xml
- pip install codacy-coverage
- python-codacy-coverage -r coverage.xml
notifications:
irc: irc.freenode.org#plone-testing
4 changes: 0 additions & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ eggs = plone.app.iterate

parts +=
code-analysis
createcoverage
i18ndude
omelette
pylint
Expand Down Expand Up @@ -47,8 +46,5 @@ recipe = zc.recipe.egg
eggs = pylint

[versions]
# use latest version of coverage
coverage =

# important bug fix and support for content_template (Docker aware)
zc.lockfile = >=1.2.1

0 comments on commit f5a0d8a

Please sign in to comment.