Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Sep 20, 2017
1 parent f974f88 commit 61e6349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -18,9 +18,10 @@ install:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- bin/coverage run bin/test
script:
- bin/code-analysis
- bin/test
after_success:
- pip install -q coveralls python-coveralls==2.5.0 coverage==3.7.1
- bin/createcoverage
- pip install -q coveralls
- coveralls
9 changes: 3 additions & 6 deletions buildout.cfg
Expand Up @@ -4,15 +4,12 @@ package-name = collective.taxonomy
package-extras = [test]
package-min-coverage = 67
parts +=
coverage
createcoverage
code-analysis

[coverage]
[createcoverage]
recipe = zc.recipe.egg
eggs =
${test:eggs}
coverage
python-coveralls
eggs = createcoverage

[code-analysis]
recipe = plone.recipe.codeanalysis
Expand Down

0 comments on commit 61e6349

Please sign in to comment.