Skip to content

Commit

Permalink
coverage badges
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 8, 2019
1 parent cd8e7da commit abdc0e0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coverals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,7 @@ install:

script:
- tox -e $TOX_ENV

after_success:
- pip install coveralls
- coveralls
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ django-nine
:target: https://pypi.python.org/pypi/django-nine
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/django-nine.svg
:target: https://pypi.python.org/pypi/django-nine/
:alt: Supported Python versions

.. image:: https://img.shields.io/travis/barseghyanartur/django-nine/master.svg
:target: http://travis-ci.org/barseghyanartur/django-nine
:alt: Build Status
Expand All @@ -15,6 +19,10 @@ django-nine
:target: https://github.com/barseghyanartur/django-nine/#License
:alt: GPL-2.0-only OR LGPL-2.1-or-later

.. image:: https://coveralls.io/repos/github/barseghyanartur/django-nine/badge.svg?branch=master
:target: https://coveralls.io/github/barseghyanartur/django-nine?branch=master
:alt: Coverage

Prerequisites
=============
- Python 2.6, 2.7, 3.4, 3.5, 3.6 and 3.7.
Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ django-nine
:target: https://pypi.python.org/pypi/django-nine
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/django-nine.svg
:target: https://pypi.python.org/pypi/django-nine/
:alt: Supported Python versions

.. image:: https://img.shields.io/travis/barseghyanartur/django-nine/master.svg
:target: http://travis-ci.org/barseghyanartur/django-nine
:alt: Build Status
Expand All @@ -15,6 +19,10 @@ django-nine
:target: https://github.com/barseghyanartur/django-nine/#License
:alt: GPL-2.0-only OR LGPL-2.1-or-later

.. image:: https://coveralls.io/repos/github/barseghyanartur/django-nine/badge.svg?branch=master
:target: https://coveralls.io/github/barseghyanartur/django-nine?branch=master
:alt: Coverage

Prerequisites
=============
- Python 2.6, 2.7, 3.4, 3.5, 3.6 and 3.7.
Expand Down

0 comments on commit abdc0e0

Please sign in to comment.