Skip to content
Snippets Groups Projects
Commit 3dbe5c58a309 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: python 3.10 and 3.11 are in fkrull/multi-python

parent c0b9ea437756
No related branches found
No related tags found
1 merge request!154🚀 python 3.10 and 3.11 are in fkrull/multi-python
......@@ -41,7 +41,7 @@
stage: test
image: fkrull/multi-python
script:
- tox --workdir=.cache/tox --parallel all -e py36,py37,py38,py39,coverage-report,coverage-xml
- tox --workdir=.cache/tox --parallel all -e py36,py37,py38,py39,py310,py311,coverage-report,coverage-xml
artifacts:
when: always
reports:
......@@ -58,22 +58,6 @@
variables:
PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip
unittest-py310:
extends: unittest
image: python:3.10-alpine
before_script:
# mercurial is needed so setuptools-scm does not crash when running hg to get the version number
- apk add git mercurial
- python3 -m pip install tox
script:
- tox --workdir=.cache/tox -e py310,coverage-report,coverage-xml
unittest-py311:
extends: unittest-py310
image: python:3.11-alpine
script:
- tox --workdir=.cache/tox -e py311,coverage-report,coverage-xml
import_jsonrpc_odoo11_test:
stage: test
needs: []
......@@ -184,7 +168,6 @@
- job: import_jsonrpc_odoo13_test
- job: import_base_import_odoo11_test
- job: unittest
- job: unittest-py310
variables:
TAG_LATEST: branch/default
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment