Skip to content

Commit

Permalink
Merge pull request #37 from collective/codeanalysis
Browse files Browse the repository at this point in the history
Fix codeanalysis issues
  • Loading branch information
rodfersou committed Mar 1, 2017
2 parents 384cbc3 + 081c691 commit efb2d97
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ cache:
directories:
- eggs
- parts/node
addons:
firefox: latest-esr
env:
- PLONE_VERSION=4.3
- PLONE_VERSION=5.0
Expand All @@ -27,5 +29,10 @@ after_success:
- bin/createcoverage -t "--layer=!Robot"
- pip install coveralls
- coveralls
after_script:
# Firefox complains: GConf-WARNING **: Got Disconnected from DBus.
# And then it keeps hanging, causing a failed job after 30-50 minutes.
# So we just kill Firefox.
- pkill -9 firefox
notifications:
irc: irc.freenode.org#plone-testing
1 change: 1 addition & 0 deletions src/collective/liveblog/__init__.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from zope.i18nmessageid import MessageFactory


_ = MessageFactory('collective.liveblog')
1 change: 0 additions & 1 deletion src/collective/liveblog/testing.py
Expand Up @@ -10,7 +10,6 @@
from plone.app.testing import PloneSandboxLayer
from plone.testing import z2


import pkg_resources


Expand Down
1 change: 1 addition & 0 deletions src/collective/liveblog/tests/test_setup.py
Expand Up @@ -7,6 +7,7 @@

import unittest


CSS = '++resource++collective.liveblog/styles.css'

ADD_PERMISSIONS = (
Expand Down

0 comments on commit efb2d97

Please sign in to comment.