Skip to content

Commit f6856c3

Browse files
committed
Added coverage badge
1 parent 95fdabd commit f6856c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- DJANGO="Django>=1.11,<1.12"
1616
- DJANGO="https://github.com/django/django/archive/master.tar.gz"
1717
before_install:
18-
- pip install -q $DJANGO
18+
- pip install -q $DJANGO coveralls
1919
install:
2020
- python setup.py develop
2121
script:

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Authored by `Remco Wendt <https://github.com/shanx>`_, and some great `contribut
2222
.. image:: https://img.shields.io/travis/shanx/django-maintenancemode.svg
2323
:target: https://travis-ci.org/shanx/django-maintenancemode/
2424

25+
.. image:: https://coveralls.io/repos/github/shanx/django-maintenancemode/badge.svg?branch=develop
26+
:target: https://coveralls.io/github/shanx/django-maintenancemode?branch=develop
27+
2528
How it works
2629
------------
2730

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ def find_version(*parts):
3030
'django-appconf',
3131
'ipy',
3232
],
33-
requires=[
34-
'Django (>=1.4.2)',
35-
],
3633

3734
description="django-maintenancemode allows you to temporary shutdown your site for maintenance work",
3835
long_description=read('README.rst') + '\n\n' + read('CHANGES.rst'),

0 commit comments

Comments
 (0)