Skip to content

Commit

Permalink
Test with Odoo 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 25, 2024
1 parent be68d13 commit 808b213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- python-version: "3.12"
toxenv: "py312-17.0"
machine: ubuntu-22.04
- python-version: "3.12"
toxenv: "py312-18.0"
machine: ubuntu-24.04
- python-version: "3.10"
toxenv: "twine_check"
machine: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
envlist =
py312-{16.0,17.0}
py312-{16.0,17.0,18.0}
py311-{16.0,17.0}
py310-{16.0,17.0}
py38-{15.0}
Expand All @@ -23,6 +23,7 @@ commands =
15.0: {toxinidir}/tests/scripts/install_odoo.py 15.0 {envdir}/src/odoo
16.0: {toxinidir}/tests/scripts/install_odoo.py 16.0 {envdir}/src/odoo
17.0: {toxinidir}/tests/scripts/install_odoo.py 17.0 {envdir}/src/odoo
18.0: {toxinidir}/tests/scripts/install_odoo.py 18.0 {envdir}/src/odoo
pytest --verbose --cov=click_odoo_contrib --cov-branch --cov-report=html --cov-report=term --cov-report=xml {posargs}
deps =
pytest
Expand Down

0 comments on commit 808b213

Please sign in to comment.