Skip to content

Commit

Permalink
More extensive test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jul 18, 2024
1 parent ba48585 commit 21ef75c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
22 changes: 21 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, "3.10", "3.11", "3.12"]
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
requirements-file: [
dj22_cms37.txt,
dj22_cms38.txt,
Expand All @@ -30,6 +30,26 @@ jobs:
ubuntu-20.04,
]
exclude:
- python-version: 3.7
requirements-file: dj32_cms41.txt
- python-version: 3.7
requirements-file: dj40_cms311.txt
- python-version: 3.7
requirements-file: dj40_cms41.txt
- python-version: 3.7
requirements-file: dj41_cms311.txt
- python-version: 3.7
requirements-file: dj41_cms41.txt
- python-version: 3.7
requirements-file: dj42_cms311.txt
- python-version: 3.7
requirements-file: dj42_cms41.txt
- python-version: 3.7
requirements-file: dj50_cms41.txt
- python-version: 3.8
requirements-file: dj50_cms41.txt
- python-version: 3.8
requirements-file: dj42_cms41.txt
- python-version: 3.9
requirements-file: dj50_cms41.txt
- python-version: "3.10"
Expand Down
15 changes: 10 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ envlist =
flake8
isort
frontend
py{37,38,39}-dj{22}-cms{37,38,40}
py{37,38,39}-dj{22}-cms{37,38}
py{37,38,39}-dj{31}-cms{38,39}
py{38,39,310}-dj{32}-cms{39,310,311,41}
py{38,39,310}-dj{40}-cms{311,41}
py{38,39,310}-dj{41}-cms{311,41}
py{38,39,310}-dj{42}-cms{311,41}
py{38,39,310}-dj{32}-cms{39,310,311}
py{39,310}-dj{40}-cms{311,41}
py{39,310}-dj{41}-cms{311,41}
py{39,310}-dj{42}-cms{311,41}
py{310}-dj{50}-cms{41}

skip_missing_interpreters=True

allowlist_exiternals =
nvm
npm
gulp

[testenv]
deps =
-r{toxinidir}/tests/requirements/base.txt
Expand Down

0 comments on commit 21ef75c

Please sign in to comment.