File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ pytest-asyncio: pytest support for asyncio
3
3
4
4
.. image :: https://img.shields.io/pypi/v/pytest-asyncio.svg
5
5
:target: https://pypi.python.org/pypi/pytest-asyncio
6
- .. image :: https://travis-ci.org/Tinche /pytest-asyncio.svg?branch=master
7
- :target: https://travis-ci.org/Tinche /pytest-asyncio
8
- .. image :: https://coveralls.io/repos/Tinche /pytest-asyncio/badge.svg?branch=master
9
- :target: https://coveralls.io/r/Tinche /pytest-asyncio?branch=master
6
+ .. image :: https://travis-ci.org/pytest-dev /pytest-asyncio.svg?branch=master
7
+ :target: https://travis-ci.org/pytest-dev /pytest-asyncio
8
+ .. image :: https://coveralls.io/repos/pytest-dev /pytest-asyncio/badge.svg
9
+ :target: https://coveralls.io/r/pytest-dev /pytest-asyncio
10
10
11
11
pytest-asyncio is an Apache2 licensed library, written in Python, for testing
12
12
asyncio code with pytest.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def find_version(*file_paths):
25
25
name = 'pytest-asyncio' ,
26
26
version = find_version ('pytest_asyncio' , '__init__.py' ),
27
27
packages = find_packages (),
28
- url = 'https://github.com/Tinche /pytest-asyncio' ,
28
+ url = 'https://github.com/pytest-dev /pytest-asyncio' ,
29
29
license = 'Apache 2.0' ,
30
30
author = 'Tin Tvrtkovic' ,
31
31
You can’t perform that action at this time.
0 commit comments