File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ This allows you to test and make sure your view layer is behaving the way you ex
24
24
[ ![ downloads] ( http://img.shields.io/pypi/dm/pytest-qt.svg )] ( https://crate.io/packages/pytest-qt/ )
25
25
[ ![ ci] ( http://img.shields.io/travis/nicoddemus/pytest-qt.svg )] ( https://travis-ci.org/nicoddemus/pytest-qt )
26
26
27
+ ## Requirements ##
28
+
29
+ Python 2.7 or 3.4.
30
+
31
+ Works with either [ PySide] ( https://pypi.python.org/pypi/PySide ) or
32
+ [ PyQt] ( http://www.riverbankcomputing.com/software/pyqt ) , picking one that is available giving
33
+ preference to ` PySide ` if both are installed (to force it to use ` PyQt ` , set
34
+ the environment variable ` PYTEST_QT_FORCE_PYQT=true ` ).
35
+
27
36
## Documentation ##
28
37
29
38
Full documentation and tutorial available at [ Read the Docs] ( https://pytest-qt.readthedocs.org/en/latest/ ) .
Original file line number Diff line number Diff line change @@ -19,6 +19,18 @@ Introduction
19
19
20
20
.. automodule :: pytestqt
21
21
22
+ Requirements
23
+ ============
24
+
25
+ Python 2.7 or Python 3.4.
26
+
27
+ Tested with pytest version 2.5.2.
28
+
29
+ Works with either `PySide ` or
30
+ `PyQt `, picking one that is available giving
31
+ preference to `PySide ` if both are installed (to force it to use `PyQt `, set
32
+ the environment variable `PYTEST_QT_FORCE_PYQT=true `).
33
+
22
34
Installation
23
35
============
24
36
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ def test_hello(qtbot):
27
27
'''
28
28
29
29
# The short X.Y version.
30
- version = '1.0.2 '
30
+ version = '1.1 '
31
31
# The full version, including alpha/beta/rc tags.
32
- release = '1.0.2 '
32
+ release = '1.1 '
You can’t perform that action at this time.
0 commit comments