Skip to content

Commit 7d79d56

Browse files
committed
moving to pytest-dev organization
1 parent de9dcb7 commit 7d79d56

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ This allows you to test and make sure your view layer is behaving the way you ex
3636
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-qt.png
3737
:target: https://pypi.python.org/pypi/pytest-qt
3838

39-
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-qt.png
40-
:target: https://travis-ci.org/nicoddemus/pytest-qt
39+
.. |ci| image:: http://img.shields.io/travis/pytest-dev/pytest-qt.png
40+
:target: https://travis-ci.org/pytest-dev/pytest-qt
4141

42-
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
43-
:target: https://coveralls.io/r/nicoddemus/pytest-qt
42+
.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-qt.png
43+
:target: https://coveralls.io/r/pytest-dev/pytest-qt
4444

4545
.. |docs| image:: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
4646
:target: https://pytest-qt.readthedocs.org
@@ -73,14 +73,14 @@ Change Log
7373

7474
Please consult the `releases page`_.
7575

76-
.. _releases page: https://github.com/nicoddemus/pytest-qt/releases
76+
.. _releases page: https://github.com/pytest-dev/pytest-qt/releases
7777

7878
Bugs/Requests
7979
=============
8080

8181
Please report any issues or feature requests in the `issue tracker`_.
8282

83-
.. _issue tracker: https://github.com/nicoddemus/pytest-qt/issues
83+
.. _issue tracker: https://github.com/pytest-dev/pytest-qt/issues
8484

8585
Contributing
8686
============

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pytest-qt
99
=========
1010

11-
:Repository: `GitHub <https://github.com/nicoddemus/pytest-qt>`_
11+
:Repository: `GitHub <https://github.com/pytest-dev/pytest-qt>`_
1212
:Version: |version|
1313
:License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt>`_
1414
:Author: Bruno Oliveira
@@ -52,7 +52,7 @@ Development
5252
If you intend to develop ``pytest-qt`` itself, use virtualenv_ to
5353
activate a new fresh environment and execute::
5454

55-
git clone https://github.com/nicoddemus/pytest-qt.git
55+
git clone https://github.com/pytest-dev/pytest-qt.git
5656
cd pytest-qt
5757
python setup.py develop
5858
pip install pyside

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run_tests(self):
4141
long_description=open('README.rst').read(),
4242
license="LGPL",
4343
keywords="pytest qt test unittest",
44-
url="http://github.com/nicoddemus/pytest-qt",
44+
url="http://github.com/pytest-dev/pytest-qt",
4545
classifiers=[
4646
'Development Status :: 5 - Production/Stable',
4747
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)