File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ matrix:
15
15
install :
16
16
- pip install -q $DJANGO_PACKAGE --use-mirrors
17
17
- pip install --use-mirrors .
18
+ - pip install coveralls
18
19
script :
19
- - python setup.py test
20
+ - coverage run --source=django_pyscss setup.py test
21
+ after_success :
22
+ coveralls
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ A collection of tools for making it easier to use pyScss within Django.
7
7
:target: http://travis-ci.org/fusionbox/django-pyscss
8
8
:alt: Build Status
9
9
10
+ .. image :: https://coveralls.io/repos/fusionbox/django-pyscss/badge.png?branch=master
11
+ :target: https://coveralls.io/r/fusionbox/django-pyscss
12
+ :alt: Coverage Status
13
+
10
14
Why do we need this?
11
15
====================
12
16
You can’t perform that action at this time.
0 commit comments