Add support for coveralls.

This commit is contained in:
Xavier Ordoquy 2015-07-03 00:46:50 +02:00
parent c3507552d5
commit 344131c886

View File

@ -39,7 +39,10 @@ matrix:
- env: TOX_ENV=py34-djangomaster
install:
- pip install tox
- pip install tox python-coveralls
script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV -- --cov=rest_framework
after_success:
- coveralls