Skip to content

Commit

Permalink
Merge pull request #55 from acsone/test-17.0
Browse files Browse the repository at this point in the history
Test with Odoo 17
  • Loading branch information
sbidoul authored Oct 28, 2023
2 parents ddbe367 + e83f595 commit 0c6d8f4
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 @@ -33,6 +33,9 @@ jobs:
- python-version: "3.10"
toxenv: "py310-16.0"
machine: ubuntu-22.04
- python-version: "3.10"
toxenv: "py310-17.0"
machine: ubuntu-22.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 =
py310-{16.0}
py310-{16.0,17.0}
py38-{15.0}
py36-{11.0,12.0,13.0,14.0}
twine_check
Expand All @@ -20,6 +20,7 @@ commands =
14.0: {toxinidir}/tests/scripts/install_odoo.py 14.0 {envdir}/src/odoo
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
master: {toxinidir}/tests/scripts/install_odoo.py master {envdir}/src/odoo
pytest --verbose --cov=click_odoo --cov-branch --cov-report=html --cov-report=term --cov-report=xml {posargs}
deps =
Expand Down

0 comments on commit 0c6d8f4

Please sign in to comment.