mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Add support for coveralls.
This commit is contained in:
parent
c3507552d5
commit
344131c886
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user