Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 368f5b7

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #107 from staticdev/new-badge-organization
Fix badges
2 parents 0e81c43 + 0388679 commit 368f5b7

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.rst

+16-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,27 @@ Django Pagination Bootstrap
33

44
.. badges-begin
55
6-
|Travis| |Python Version| |PyPi| |Black| |pre-commit|
6+
|PyPI| |Python Version| |License|
77

8-
.. |Travis| image:: https://api.travis-ci.org/staticdev/django-pagination-bootstrap.svg?branch=master
9-
:target: https://travis-ci.org/staticdev/django-pagination-bootstrap
8+
|Tests| |Codecov|
9+
10+
|Black| |pre-commit|
1011

11-
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/django-pagination-bootstrap
12-
:target: https://pypi.org/project/django-pagination-bootstrap
13-
:alt: Python Version
1412
.. |PyPi| image:: https://badge.fury.io/py/django-pagination-bootstrap.svg
1513
:target: https://badge.fury.io/py/django-pagination-bootstrap
1614
:alt: PyPI
15+
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/django-pagination-bootstrap
16+
:target: https://pypi.org/project/django-pagination-bootstrap
17+
:alt: Python Version
18+
.. |License| image:: https://img.shields.io/pypi/l/django-pagination-bootstrap
19+
:target: https://opensource.org/licenses/MIT
20+
:alt: License
21+
.. |Tests| image:: https://github.com/staticdev/django-pagination-bootstrap/workflows/Tests/badge.svg
22+
:target: https://github.com/staticdev/django-pagination-bootstrap/actions?workflow=Tests
23+
:alt: Tests
24+
.. |Codecov| image:: https://codecov.io/gh/staticdev/django-pagination-bootstrap/branch/master/graph/badge.svg
25+
:target: https://codecov.io/gh/staticdev/django-pagination-bootstrap
26+
:alt: Codecov
1727
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
1828
:target: https://github.com/psf/black
1929
:alt: Black

0 commit comments

Comments
 (0)