Skip to content

Commit

Permalink
[wip] add -X dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Sep 16, 2022
1 parent 04006d2 commit 545418f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs:
strategy:
fail-fast: False
matrix:
os: [ubuntu-20.04]
python-version: [3.7, 3.8, 3.9, '3.10']
tox_env: [orange-released]
name: [Released]
# os: [ubuntu-20.04]
# python-version: [3.7, 3.8, 3.9, '3.10']
# tox_env: [orange-released]
# name: [Released]
include:
# - os: ubuntu-20.04
# python-version: 3.8
# tox_env: orange-latest
# name: Latest
# - os: ubuntu-18.04
# python-version: 3.7
# tox_env: orange-oldest
# name: Oldest dependencies
- os: ubuntu-20.04
python-version: 3.8
tox_env: orange-latest
name: Latest
- os: ubuntu-18.04
python-version: 3.7
tox_env: orange-oldest
name: Oldest dependencies
- os: ubuntu-20.04
python-version: 3.9
python-version: '3.10'
tox_env: pyqt6
name: PyQt6

Expand Down Expand Up @@ -112,25 +112,25 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, windows-2019]
python-version: [3.7, 3.8, 3.9, '3.10']
tox_env: [orange-released]
name: [Released]
# os: [macos-11, windows-2019]
# python-version: [3.7, 3.8, 3.9, '3.10']
# tox_env: [orange-released]
# name: [Released]
include:
# - os: windows-latest
# python-version: 3.8
# tox_env: orange-latest
# name: Latest
# - os: macos-11
# python-version: 3.8
# tox_env: orange-latest
# name: Latest
- os: windows-latest
python-version: 3.8
tox_env: orange-latest
name: Latest
- os: macos-11
python-version: 3.8
tox_env: orange-latest
name: Latest
- os: windows-latest
python-version: 3.9
python-version: '3.10'
tox_env: pyqt6
name: PyQt6
- os: macos-11
python-version: 3.9
python-version: '3.10'
tox_env: pyqt6
name: PyQt6

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ deps =
PyQt6-WebEngine-Qt6==6.2.*

commands =
python -m unittest -v Orange.widgets.tests
python -X dev -m unittest -v Orange.widgets.tests

[testenv:add-ons]
deps =
Expand Down

0 comments on commit 545418f

Please sign in to comment.