Skip to content

Commit

Permalink
Run pylint on Python 3 porting mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Dec 15, 2017
1 parent 58ea4d3 commit 649b58e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ before_script:
script:
- bin/code-analysis
- bin/test
- bin/pylint --py3k --disable=no-absolute-import src/collective/liveblog
after_success:
- bin/createcoverage --output-dir=htmlcov -t "--layer=!Robot"
- pip install coveralls
Expand Down
5 changes: 5 additions & 0 deletions buildout.cfg
Expand Up @@ -12,6 +12,7 @@ parts +=
i18ndude
node
omelette
pylint
rebuild_i18n-sh

[code-analysis]
Expand All @@ -31,6 +32,10 @@ eggs = i18ndude
recipe = collective.recipe.omelette
eggs = ${test:eggs}

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

[versions]
# use latest version of coverage
coverage =

0 comments on commit 649b58e

Please sign in to comment.