Skip to content

Commit

Permalink
Merge pull request #171 from plone/fix-coveralls
Browse files Browse the repository at this point in the history
debug coveralls
  • Loading branch information
gforcada committed Nov 17, 2015
2 parents bd0c1ea + 534921e commit 240c7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- bin/test
after_success:
- bin/createcoverage run bin/test
- pip install -q coveralls
- pip install coverage==3.7 coveralls
- coveralls
after_failure:
- bin/flake8 --version
Expand Down
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ bleach = 1.4.2
chardet = 2.3.0
check-manifest = 0.27
colorama = 0.3.3
coverage = 4.0.2
createcoverage = 1.4
coverage = 3.7
createcoverage = 1.4.1
docutils = 0.12
flake8 = 2.5.0
flake8-blind-except = 0.1.0
Expand Down

0 comments on commit 240c7f1

Please sign in to comment.