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

Commit adf3a5c

Browse files
committed
Add badges, coveralls and gitter support
1 parent 3faf67d commit adf3a5c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
python-everywhere
33
========================================
44

5+
|issues|
6+
|travis|
7+
|coveralls|
8+
|pypi-dm|
9+
|gitter|
10+
11+
512
Inspired by `rust-everywhere <https://github.com/japaric/rust-everywhere>`_.
613

714

@@ -39,6 +46,12 @@ run your test code :
3946
Here is the pytest's `documetation <https://pytest.org/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner>`_ about integrating with setuptools.
4047

4148

49+
Coveralls
50+
------------------------------
51+
52+
Please visit ``https://coveralls.io/`` to create coveralls for your repo.
53+
54+
4255

4356
Linter
4457
========================================
@@ -75,3 +88,28 @@ Travis CI
7588

7689
Please visit ``https://travis-ci.org/profile/USERNAME``
7790
to open Travis CI support for your repo.
91+
92+
93+
Gitter
94+
========================================
95+
96+
Plase visit ``https://gitter.im/USERNAME#createroom``
97+
to add chat room for your repo.
98+
99+
100+
101+
.. |issues| image:: https://img.shields.io/github/issues/wdv4758h/python-everywhere.svg
102+
:target: https://github.com/wdv4758h/python-everywhere/issues
103+
104+
.. |travis| image:: https://img.shields.io/travis/wdv4758h/python-everywhere.svg
105+
:target: https://travis-ci.org/wdv4758h/python-everywhere
106+
107+
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
108+
:alt: Join the chat at https://gitter.im/wdv4758h/python-everywhere
109+
:target: https://gitter.im/wdv4758h/python-everywhere
110+
111+
.. |coveralls| image:: https://coveralls.io/repos/wdv4758h/python-everywhere/badge.svg
112+
:target: https://coveralls.io/github/wdv4758h/python-everywhere
113+
114+
.. |pypi-dm| image:: https://img.shields.io/pypi/dm/python-everywhere.svg
115+
:target: https://pypi.python.org/pypi/python-everywhere

0 commit comments

Comments
 (0)