We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe8a92 commit 5aaa440Copy full SHA for 5aaa440
templates/README.rst.jj2
@@ -5,11 +5,7 @@
5
{%endif%}
6
================================================================================
7
8
-.. image:: https://api.travis-ci.org/{{organisation}}/{{name}}.svg?branch=master
9
- :target: http://travis-ci.org/{{organisation}}/{{name}}
10
-
11
-.. image:: https://codecov.io/gh/{{organisation}}/{{name}}/branch/master/graph/badge.svg
12
- :target: https://codecov.io/gh/{{organisation}}/{{name}}
+{% include 'badges.rst.jj2' %}
13
14
{%block documentation_link%}
15
.. image:: https://readthedocs.org/projects/{{name|lower}}/badge/?version=latest
@@ -25,4 +21,4 @@ Installation
25
21
{% include "installation.rst.jj2" %}
26
22
27
23
{%block bottom_block%}
28
-{%endblock%}
24
+{%endblock%}
0 commit comments