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
36
36
.. |downloads | image :: http://img.shields.io/pypi/dm/pytest-qt.png
37
37
:target: https://pypi.python.org/pypi/pytest-qt
38
38
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
41
41
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
44
44
45
45
.. |docs | image :: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
46
46
:target: https://pytest-qt.readthedocs.org
@@ -73,14 +73,14 @@ Change Log
73
73
74
74
Please consult the `releases page `_.
75
75
76
- .. _releases page : https://github.com/nicoddemus /pytest-qt/releases
76
+ .. _releases page : https://github.com/pytest-dev /pytest-qt/releases
77
77
78
78
Bugs/Requests
79
79
=============
80
80
81
81
Please report any issues or feature requests in the `issue tracker `_.
82
82
83
- .. _issue tracker : https://github.com/nicoddemus /pytest-qt/issues
83
+ .. _issue tracker : https://github.com/pytest-dev /pytest-qt/issues
84
84
85
85
Contributing
86
86
============
Original file line number Diff line number Diff line change 8
8
pytest-qt
9
9
=========
10
10
11
- :Repository: `GitHub <https://github.com/nicoddemus /pytest-qt >`_
11
+ :Repository: `GitHub <https://github.com/pytest-dev /pytest-qt >`_
12
12
:Version: |version |
13
13
:License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt >`_
14
14
:Author: Bruno Oliveira
@@ -52,7 +52,7 @@ Development
52
52
If you intend to develop ``pytest-qt `` itself, use virtualenv _ to
53
53
activate a new fresh environment and execute::
54
54
55
- git clone https://github.com/nicoddemus /pytest-qt.git
55
+ git clone https://github.com/pytest-dev /pytest-qt.git
56
56
cd pytest-qt
57
57
python setup.py develop
58
58
pip install pyside
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def run_tests(self):
41
41
long_description = open ('README.rst' ).read (),
42
42
license = "LGPL" ,
43
43
keywords = "pytest qt test unittest" ,
44
- url = "http://github.com/nicoddemus /pytest-qt" ,
44
+ url = "http://github.com/pytest-dev /pytest-qt" ,
45
45
classifiers = [
46
46
'Development Status :: 5 - Production/Stable' ,
47
47
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments