Skip to content

Commit 3d1b551

Browse files
author
Rocky Meza
committed
Added coveralls.
1 parent 7cf59ff commit 3d1b551

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ matrix:
1515
install:
1616
- pip install -q $DJANGO_PACKAGE --use-mirrors
1717
- pip install --use-mirrors .
18+
- pip install coveralls
1819
script:
19-
- python setup.py test
20+
- coverage run --source=django_pyscss setup.py test
21+
after_success:
22+
coveralls

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A collection of tools for making it easier to use pyScss within Django.
77
:target: http://travis-ci.org/fusionbox/django-pyscss
88
:alt: Build Status
99

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+
1014
Why do we need this?
1115
====================
1216

0 commit comments

Comments
 (0)