Skip to content

Commit

Permalink
Update CI for Odoo 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 6, 2021
1 parent 9cdaf5e commit 9ab2662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
toxenv: "py36-13.0"
- python-version: "3.6"
toxenv: "py36-14.0"
- python-version: "3.6"
toxenv: "py36-15.0"
- python-version: "3.8"
toxenv: "py38-14.0"
toxenv: "py38-15.0"
# - python-version: "3.8"
# toxenv: "py38-master"
- python-version: "3.8"
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

[tox]
envlist =
py38-{14.0,master}
py36-{12.0,13.0,14.0}
py38-{15.0,master}
py36-{12.0,13.0,14.0,15.0}
py35-{11.0}
py27-{8.0,9.0,10.0}
twine_check
Expand All @@ -22,6 +22,7 @@ commands =
12.0: {toxinidir}/tests/scripts/install_odoo.py 12.0 {envdir}/src/odoo
13.0: {toxinidir}/tests/scripts/install_odoo.py 13.0 {envdir}/src/odoo
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
master: {toxinidir}/tests/scripts/install_odoo.py master {envdir}/src/odoo
pytest --verbose --cov=click_odoo_contrib --cov-branch --cov-report=html --cov-report=term --cov-report=xml {posargs}
deps =
Expand Down

0 comments on commit 9ab2662

Please sign in to comment.