Added coveralls.
This commit is contained in:
@@ -15,5 +15,8 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- pip install -q $DJANGO_PACKAGE --use-mirrors
|
- pip install -q $DJANGO_PACKAGE --use-mirrors
|
||||||
- pip install --use-mirrors .
|
- pip install --use-mirrors .
|
||||||
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- coverage run --source=django_pyscss setup.py test
|
||||||
|
after_success:
|
||||||
|
coveralls
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ A collection of tools for making it easier to use pyScss within Django.
|
|||||||
:target: http://travis-ci.org/fusionbox/django-pyscss
|
:target: http://travis-ci.org/fusionbox/django-pyscss
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
|
.. image:: https://coveralls.io/repos/fusionbox/django-pyscss/badge.png?branch=master
|
||||||
|
:target: https://coveralls.io/r/fusionbox/django-pyscss
|
||||||
|
:alt: Coverage Status
|
||||||
|
|
||||||
Why do we need this?
|
Why do we need this?
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user