Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 3, 2024
1 parent 384dda3 commit 635fc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ relative_files = true
[tool.tox]
legacy_tox_ini = """
[tox]
env_list = clean,py{310}-{pyqt5,pyqt6,pyside6}
env_list = clean,py{310}-{pyqt5,pyqt6,pyside2,pyside6}
[testenv]
groups = test
Expand All @@ -131,6 +131,7 @@ deps = PyQt5
deps = PyQt6
[testenv:py{310}-pyside2]
platform = '^((?!darwin).)*$'
deps = PySide2
[testenv:py{310}-pyside6]
Expand Down

0 comments on commit 635fc1f

Please sign in to comment.