File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ pytest-html
4
4
pytest-html is a plugin for `py.test <http://pytest.org >`_ that generates a
5
5
HTML report for the test results.
6
6
7
- .. image :: https://travis-ci.org/davehunt/pytest-html.svg
8
- :target: https://travis-ci.org/davehunt/pytest-html
7
+ .. image :: https://img.shields.io/pypi/l/pytest-html.svg
8
+ :target: https://github.com/davehunt/pytest-html/blob/master/LICENSE
9
+ .. image :: https://img.shields.io/pypi/v/pytest-html.svg
10
+ :target: https://pypi.python.org/pypi/pytest-html/
11
+ .. image :: https://img.shields.io/travis/davehunt/pytest-html.svg
12
+ :target: https://travis-ci.org/davehunt/pytest-html/
13
+ .. image :: https://img.shields.io/github/issues-raw/davehunt/pytest-html.svg
14
+ :target: https://github.com/davehunt/pytest-html/issues
15
+ .. image :: https://img.shields.io/requires/github/davehunt/pytest-html.svg
16
+ :target: https://requires.io/github/davehunt/pytest-html/requirements/?branch=master
9
17
10
18
Requirements
11
19
------------
You can’t perform that action at this time.
0 commit comments