Skip to content

Commit c0a5f3d

Browse files
committed
Use https for images in readme
1 parent 8220c05 commit c0a5f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ pytest
55
The ``pytest`` testing tool makes it easy to write small tests, yet
66
scales to support complex functional testing.
77

8-
.. image:: http://img.shields.io/pypi/v/pytest.svg
8+
.. image:: https://img.shields.io/pypi/v/pytest.svg
99
:target: https://pypi.python.org/pypi/pytest
10-
.. image:: http://img.shields.io/coveralls/pytest-dev/pytest/master.svg
10+
.. image:: https://img.shields.io/coveralls/pytest-dev/pytest/master.svg
1111
:target: https://coveralls.io/r/pytest-dev/pytest
1212
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
1313
:target: https://travis-ci.org/pytest-dev/pytest

0 commit comments

Comments
 (0)