File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
7474Please 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
7878Bugs/Requests
7979=============
8080
8181Please 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
8585Contributing
8686============
Original file line number Diff line number Diff line change 88pytest-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
5252If you intend to develop ``pytest-qt `` itself, use virtualenv _ to
5353activate 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments