Skip to content

Commit

Permalink
TST: Add PySide2 6.3 envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Aug 23, 2022
1 parent c63a031 commit cd097d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
coverage: codecov
display: true
# Linux PyQt 5.15 and 6.3 installations require apt-getting xcb and EGL deps
libraries: |
apt:
- '^libxcb.*-dev'
Expand All @@ -43,6 +44,7 @@ jobs:
- linux: py37-test-pyside513
- linux: py38-test-pyside514
- linux: py310-test-pyside515
- linux: py310-test-pyside63
# Test a few configurations on MacOS X (ask for arm64 with py310; may not be available yet)
- macos: py37-test-pyqt513
Expand All @@ -53,6 +55,7 @@ jobs:
PLAT: arm64
- macos: py39-test-pyside515
- macos: py310-test-pyside63
# Test some configurations on Windows
- windows: py37-test-pyqt510
Expand All @@ -61,6 +64,7 @@ jobs:
- windows: py310-test-pyqt63
- windows: py38-test-pyside515
- windows: py310-test-pyside63
# Try out documentation build on Linux, macOS and Windows
- linux: py39-docs-pyqt513
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}-{codestyle,test,docs}-{pyqt510,pyqt511,pyqt512,pyqt513,pyqt514,pyqt515,pyside513,pyside514,pyside515,pyqt63}
py{37,38,39,310}-{codestyle,test,docs}-{pyqt510,pyqt511,pyqt512,pyqt513,pyqt514,pyqt515,pyside513,pyside514,pyside515,pyqt63,pyside63}
requires = pip >= 18.0
setuptools >= 30.3.0

Expand All @@ -22,6 +22,7 @@ deps =
pyside514: PySide2==5.14.*
pyside515: PySide2==5.15.*
pyqt63: PyQt6==6.3.*
pyside63: PySide2==6.3.*
extras =
test
docs: docs
Expand Down

0 comments on commit cd097d7

Please sign in to comment.