File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% if not scm_host %}
2
+ {% set scm_host = 'github.com' %}
3
+ {% endif %}
4
+ {% if scm_host == 'github.com' %}
1
5
.. image:: https://api.travis-ci.org/{{organisation}}/{{name}}.svg?branch={{branch}}
2
6
:target: http://travis-ci.org/{{organisation}}/{{name}}
7
+ {% endif %}
3
8
9
+ {% if scm_host == 'github.com' %}
4
10
.. image:: https://codecov.io/github/{{organisation}}/{{name}}/coverage.png
5
11
:target: https://codecov.io/github/{{organisation}}/{{name}}
12
+ {% elif scm_host == 'gitlab.com' %}
13
+ .. image:: https://codecov.io/gitlab/{{organisation}}/{{name}}/coverage.png
14
+ :target: https://codecov.io/gitlab/{{organisation}}/{{name}}
15
+ {% endif %}
6
16
7
17
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
8
18
:target: https://gitter.im/pyexcel/Lobby
You can’t perform that action at this time.
0 commit comments