Skip to content

Commit b26c52f

Browse files
committed
Merge pull request #3 from Tinche/master
Transition to pytest-dev.
2 parents 4e2e277 + 9c6f512 commit b26c52f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ pytest-asyncio: pytest support for asyncio
33

44
.. image:: https://img.shields.io/pypi/v/pytest-asyncio.svg
55
: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
1010

1111
pytest-asyncio is an Apache2 licensed library, written in Python, for testing
1212
asyncio code with pytest.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def find_version(*file_paths):
2525
name='pytest-asyncio',
2626
version=find_version('pytest_asyncio', '__init__.py'),
2727
packages=find_packages(),
28-
url='https://github.com/Tinche/pytest-asyncio',
28+
url='https://github.com/pytest-dev/pytest-asyncio',
2929
license='Apache 2.0',
3030
author='Tin Tvrtkovic',
3131
author_email='[email protected]',

0 commit comments

Comments
 (0)