Skip to content

Commit

Permalink
Tests: add new environment for Anki 2.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-wallpaper[bot] committed May 22, 2022
1 parent 6321315 commit b839a6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Anki 2.1.51 (Qt6)
python: 3.9
environment: py39-anki2.1.51qt6
- name: Anki 2.1.52 (Qt5)
python: 3.9
environment: py39-anki2.1.52qt5
- name: Anki 2.1.52 (Qt6)
python: 3.9
environment: py39-anki2.1.52qt6
- name: Pre-release (2.1.52rc1)
python: 3.9
environment: py39-ankipre
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ skip_install = true
envlist =
py38-anki2.1.49
py39-anki2.1.51qt{5,6}
py39-anki2.1.52qt{5,6}
py39-ankipre

[testenv]
Expand All @@ -27,5 +28,9 @@ deps =
anki2.1.51qt5: aqt[qt5]==2.1.51
anki2.1.51qt6: aqt[qt6]==2.1.51

anki2.1.52qt{5,6}: anki==2.1.52
anki2.1.52qt5: aqt[qt5]==2.1.52
anki2.1.52qt6: aqt[qt6]==2.1.52

ankipre: anki==2.1.52rc1
ankipre: aqt[qt6]==2.1.52rc1

0 comments on commit b839a6f

Please sign in to comment.