Skip to content

Commit 7b5812f

Browse files
committed
moving to pytest-dev organization
1 parent 62e9838 commit 7b5812f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ of a test:
2626
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.png
2727
:target: https://pypi.python.org/pypi/pytest-mock
2828

29-
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
30-
:target: https://travis-ci.org/nicoddemus/pytest-mock
29+
.. |ci| image:: http://img.shields.io/travis/pytest-dev/pytest-mock.png
30+
:target: https://travis-ci.org/pytest-dev/pytest-mock
3131

32-
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
33-
:target: https://coveralls.io/r/nicoddemus/pytest-mock
32+
.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-mock.png
33+
:target: https://coveralls.io/r/pytest-dev/pytest-mock
3434

3535
.. |python| image:: https://pypip.in/py_versions/pytest-mock/badge.png
3636
:target: https://pypi.python.org/pypi/pytest-mock/
@@ -92,7 +92,7 @@ Install using `pip <http://pip-installer.org/>`_:
9292
Changelog
9393
=========
9494

95-
Please consult `releases <https://github.com/nicoddemus/pytest-mock/releases>`_.
95+
Please consult `releases <https://github.com/pytest-dev/pytest-mock/releases>`_.
9696

9797
Why bother with a plugin?
9898
=========================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
py_modules=['pytest_mock'],
1717
platforms='any',
1818
install_requires=dependencies,
19-
url='https://github.com/nicoddemus/pytest-mock/',
19+
url='https://github.com/pytest-dev/pytest-mock/',
2020
license='LGPL',
2121
author='Bruno Oliveira',
2222
author_email='nicoddemus@gmail.com',

0 commit comments

Comments
 (0)