mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +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
|
- env: TOX_ENV=py34-djangomaster
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox python-coveralls
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
- tox -e $TOX_ENV -- --cov=rest_framework
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user