Merge pull request #1247 from alex/patch-1
Use https for images in readme
This commit is contained in:
commit
9cfee82f9b
|
@ -5,9 +5,9 @@ pytest
|
||||||
The ``pytest`` testing tool makes it easy to write small tests, yet
|
The ``pytest`` testing tool makes it easy to write small tests, yet
|
||||||
scales to support complex functional testing.
|
scales to support complex functional testing.
|
||||||
|
|
||||||
.. image:: http://img.shields.io/pypi/v/pytest.svg
|
.. image:: https://img.shields.io/pypi/v/pytest.svg
|
||||||
:target: https://pypi.python.org/pypi/pytest
|
:target: https://pypi.python.org/pypi/pytest
|
||||||
.. image:: http://img.shields.io/coveralls/pytest-dev/pytest/master.svg
|
.. image:: https://img.shields.io/coveralls/pytest-dev/pytest/master.svg
|
||||||
:target: https://coveralls.io/r/pytest-dev/pytest
|
:target: https://coveralls.io/r/pytest-dev/pytest
|
||||||
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
|
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
|
||||||
:target: https://travis-ci.org/pytest-dev/pytest
|
:target: https://travis-ci.org/pytest-dev/pytest
|
||||||
|
|
Loading…
Reference in New Issue