Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jan 22, 2016
1 parent 5f05e11 commit 024878c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -19,9 +19,11 @@ script:
- bin/dependencychecker
- bin/test
- bin/coverage run bin/test
- bin/coverage html
- bin/coverage report -m

after_success:
- pip install -q coveralls python-coveralls==2.5.0
- pip install -q coverage==3.6 coveralls
- coveralls

notifications:
Expand Down
3 changes: 2 additions & 1 deletion travis.cfg
Expand Up @@ -18,4 +18,5 @@ recipe = zc.recipe.egg
eggs = createcoverage

[versions]
coverage = 4.0.3
coverage = 3.7.1
createcoverage = 1.4.1

0 comments on commit 024878c

Please sign in to comment.