This commit is contained in:
Talley Lambert
2021-04-24 11:52:11 -04:00
parent 4961d8dc48
commit e9148e7b57
3 changed files with 11 additions and 6 deletions

10
tox.ini
View File

@@ -1,6 +1,6 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{37,38,39}-{linux,macos,windows}-{pyqt,pyside}
envlist = py{37,38,39}-{linux,macos,windows}-{pyqt5,pyside2}
toxworkdir=/tmp/.tox
[gh-actions]
@@ -20,8 +20,8 @@ PLATFORM =
macos-latest: macos
macos-11.0: macos
BACKEND =
pyqt: pyqt
pyside: pyside
pyqt5: pyqt5
pyside2: pyside2
[testenv]
platform =
@@ -33,6 +33,6 @@ deps =
pytest-xvfb ; sys_platform == 'linux'
extras =
testing
pyqt: pyqt5
pyside: pyside2
pyqt5: pyqt5
pyside2: pyside2
commands = pytest -v --color=yes --cov=pyqrangeslider --cov-report=xml