Skip to content

Commit

Permalink
Travise-ci multiprocess coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Sep 10, 2015
1 parent 4799912 commit c3d71b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ before_script:
- sleep 5

script:
- coverage run -m unittest -v openerp_proxy.tests.all
- coverage run -m unittest -v openerp_proxy.tests.all && coverage combine

after_success:
- coveralls

0 comments on commit c3d71b8

Please sign in to comment.