Skip to content

Commit e75ddc8

Browse files
committed
Adding PyPI version badge to README
1 parent 08d0ec0 commit e75ddc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def test_hello(qtbot):
1818
assert window.greet_label.text() == 'Hello!'
1919
```
2020

21-
[![badge](https://pypip.in/d/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
21+
[![version](https://pypip.in/v/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
22+
[![downloads](https://pypip.in/d/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
2223
[![ci](https://secure.travis-ci.org/nicoddemus/pytest-qt.png?branch=master)](https://travis-ci.org/nicoddemus/pytest-qt)
2324

2425
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
@@ -29,4 +30,4 @@ Full documentation and tutorial available at [Read the Docs](https://pytest-qt.r
2930

3031
## Bugs/Requests ##
3132

32-
Please report any issues or feature requests in the [issue tracker](https://github.com/nicoddemus/pytest-qt/issues).
33+
Please report any issues or feature requests in the [issue tracker](https://github.com/nicoddemus/pytest-qt/issues).

0 commit comments

Comments
 (0)