@@ -5,15 +5,6 @@ pytest-echo
5
5
:target: http://badge.fury.io/py/pytest-echo
6
6
:alt: PyPI package
7
7
8
- .. image :: https://travis-ci.org/saxix/pytest-echo.svg?branch=master
9
- :target: https://travis-ci.org/saxix/pytest-echo
10
- :alt: Travis CI build status (Linux)
11
-
12
- .. image :: https://codecov.io/github/saxix/pytest-echo/coverage.svg?branch=master
13
- :target: https://codecov.io/github/saxix/pytest-echo?branch=master
14
- :alt: Code Coverage
15
-
16
-
17
8
.. image :: https://readthedocs.org/projects/pytest-echo/badge/?version=latest
18
9
:target: https://readthedocs.org/projects/pytest-echo/?badge=latest
19
10
:alt: Documentation Status
@@ -134,6 +125,10 @@ Example of use in a django project:
134
125
Links
135
126
~~~~~
136
127
128
+ +--------------------+----------------+--------------+-----------------+
129
+ | Stable | |master-build | | |master-cov | | |master-doc | |
130
+ +--------------------+----------------+--------------+-----------------+
131
+ | Development | |dev-build | | |dev-cov | | |dev-doc | |
137
132
+--------------------+-------------------------------------------------+
138
133
| Project home page: |https://github.com/saxix/pytest-echo |
139
134
+--------------------+-------------------------------------------------+
@@ -145,3 +140,24 @@ Links
145
140
+--------------------+-------------------------------------------------+
146
141
| Documentation: |https://pytest-echo.readthedocs.org/en/latest/ |
147
142
+--------------------+-------------------------------------------------+
143
+
144
+
145
+ .. |master-build | image :: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=master
146
+ :target: http://travis-ci.org/saxix/pytest-echo/
147
+
148
+ .. |master-cov | image :: https://codecov.io/gh/saxix/pytest-echo/branch/master/graph/badge.svg
149
+ :target: https://codecov.io/gh/saxix/pytest-echo
150
+
151
+ .. |master-doc | image :: http://pytest-echo.readthedocs.io/en/latest/?badge=stable
152
+ :target: http://pytest-echo.readthedocs.io/en/stable/
153
+
154
+ .. |dev-build | image :: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=develop
155
+ :target: http://travis-ci.org/saxix/pytest-echo/
156
+
157
+ .. |dev-cov | image :: https://codecov.io/gh/saxix/pytest-echo/branch/develop/graph/badge.svg
158
+ :target: https://codecov.io/gh/saxix/pytest-echo
159
+
160
+ .. |dev-doc | image :: http://pytest-echo.readthedocs.io/en/latest/?badge=latest
161
+ :target: http://pytest-echo.readthedocs.io/en/latest/
162
+
163
+
0 commit comments