We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89388e5 commit 77e7437Copy full SHA for 77e7437
.travis.yml
@@ -13,8 +13,6 @@ matrix:
13
- env: PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt5
14
15
env:
16
- - PYTEST_VERSION=2.6.4 PYTEST_QT_API=pyqt4
17
- - PYTEST_VERSION=2.6.4 PYTEST_QT_API=pyside
18
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt4
19
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyside
20
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt5
setup.py
@@ -32,7 +32,7 @@ def run_tests(self):
32
entry_points={
33
'pytest11': ['pytest-qt = pytestqt.plugin'],
34
},
35
- install_requires=['pytest>=2.3.4'],
+ install_requires=['pytest>=2.7.0'],
36
37
# metadata for upload to PyPI
38
author="Bruno Oliveira",
0 commit comments