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 8220c05 commit c0a5f3dCopy full SHA for c0a5f3d
README.rst
@@ -5,9 +5,9 @@ pytest
5
The ``pytest`` testing tool makes it easy to write small tests, yet
6
scales to support complex functional testing.
7
8
-.. image:: http://img.shields.io/pypi/v/pytest.svg
+.. image:: https://img.shields.io/pypi/v/pytest.svg
9
:target: https://pypi.python.org/pypi/pytest
10
-.. image:: http://img.shields.io/coveralls/pytest-dev/pytest/master.svg
+.. image:: https://img.shields.io/coveralls/pytest-dev/pytest/master.svg
11
:target: https://coveralls.io/r/pytest-dev/pytest
12
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
13
:target: https://travis-ci.org/pytest-dev/pytest
0 commit comments