Skip to content

Commit 1213149

Browse files
Add badges to readme
1 parent 1c2ede4 commit 1213149

2 files changed

Lines changed: 35 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ __pycache__
3434
.cache
3535
.tox
3636
*.log
37+
htmlcov

README.rst

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,46 @@
11
Add python support to pyQode
22
============================
33

4+
Status
5+
------
6+
7+
Package:
8+
++++++++
9+
10+
11+
.. image:: http://img.shields.io/pypi/v/pyqode.python.png
12+
:target: https://pypi.python.org/pypi/pyqode.python/
13+
:alt: Latest PyPI version
14+
15+
.. image:: http://img.shields.io/pypi/dm/pyqode.python.png
16+
:target: https://pypi.python.org/pypi/pyqode.python/
17+
:alt: Number of PyPI downloads
18+
19+
20+
Stable (`master`_):
21+
+++++++++++++++++++
22+
423
.. image:: https://travis-ci.org/pyQode/pyqode.python.svg?branch=master
524
:target: https://travis-ci.org/pyQode/pyqode.python
625
:alt: Travis-CI build status
726

8-
.. image:: http://img.shields.io/pypi/dm/pyqode.python.svg
9-
:target: https://pypi.python.org/pypi/pyqode.python/
10-
:alt: Number of PyPI downloads
27+
.. image:: https://coveralls.io/repos/pyQode/pyqode.python/badge.png?branch=master
28+
:target: https://coveralls.io/r/pyQode/pyqode.python?branch=master
29+
:alt: Coverage Status
1130

12-
.. image:: http://img.shields.io/pypi/v/pyqode.python.svg
13-
:target: https://pypi.python.org/pypi/pyqode.python/
14-
:alt: Latest PyPI version
31+
Unstable (`develop`_):
32+
++++++++++++++++++++++
33+
34+
.. image:: https://travis-ci.org/pyQode/pyqode.python.svg?branch=develop
35+
:target: https://travis-ci.org/pyQode/pyqode.python
36+
:alt: Travis-CI build status
37+
38+
.. image:: https://coveralls.io/repos/pyQode/pyqode.python/badge.png?branch=develop
39+
:target: https://coveralls.io/r/pyQode/pyqode.python?branch=develop
40+
:alt: Coverage Status
1541

16-
What is pyqode.python?
17-
----------------------
42+
About pyqode.python
43+
-------------------
1844

1945
*pyqode.python* is an `official pyqode extension package`_ that adds **python**
2046
support to `pyQode`_.

0 commit comments

Comments
 (0)