Skip to content

Commit bd005ba

Browse files
committed
Merge pull request #22 from vitalk/use-retina-ready-badges
Use retina ready badges
2 parents 88e70a5 + ab9b732 commit bd005ba

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
|PyPI version| |Documentation status|
2-
31
pytest-flask
42
============
53

6-
A set of pytest fixtures to test Flask applications.
7-
8-
9-
What is it?
10-
-----------
4+
|PyPI version| |PyPI downloads| |Documentation status|
115

126
An extension of `pytest <http://pytest.org/>`__ test runner which
137
provides a set of useful tools to simplify testing and development
@@ -40,8 +34,13 @@ Contributing
4034
Don't hesitate to create a `GitHub issue <https://github.com/vitalk/pytest-flask/issues>`__ for any bug or
4135
suggestion.
4236

43-
.. |PyPI version| image:: https://badge.fury.io/py/pytest-flask.png
44-
:target: http://badge.fury.io/py/pytest-flask
37+
.. |PyPI version| image:: https://img.shields.io/pypi/v/pytest-flask.svg
38+
:target: https://pypi.python.org/pypi/pytest-flask
39+
:alt: PyPi version
40+
41+
.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/pytest-flask.svg
42+
:target: https://pypi.python.org/pypi/pytest-flask
43+
:alt: PyPi downloads
4544

4645
.. |Documentation status| image:: https://readthedocs.org/projects/pytest-flask/badge/?version=latest
4746
:target: https://readthedocs.org/projects/pytest-flask/?badge=latest

pytest_flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = "0.7.2"
4+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)