|
2 | 2 | python-everywhere |
3 | 3 | ======================================== |
4 | 4 |
|
| 5 | +|issues| |
| 6 | +|travis| |
| 7 | +|coveralls| |
| 8 | +|pypi-dm| |
| 9 | +|gitter| |
| 10 | + |
| 11 | + |
5 | 12 | Inspired by `rust-everywhere <https://github.com/japaric/rust-everywhere>`_. |
6 | 13 |
|
7 | 14 |
|
@@ -39,6 +46,12 @@ run your test code : |
39 | 46 | 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. |
40 | 47 |
|
41 | 48 |
|
| 49 | +Coveralls |
| 50 | +------------------------------ |
| 51 | + |
| 52 | +Please visit ``https://coveralls.io/`` to create coveralls for your repo. |
| 53 | + |
| 54 | + |
42 | 55 |
|
43 | 56 | Linter |
44 | 57 | ======================================== |
@@ -75,3 +88,28 @@ Travis CI |
75 | 88 |
|
76 | 89 | Please visit ``https://travis-ci.org/profile/USERNAME`` |
77 | 90 | 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