Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
3dbe5c58a309
Commit
3dbe5c58a309
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
python 3.10 and 3.11 are in fkrull/multi-python
parent
c0b9ea437756
No related branches found
Branches containing commit
Tags
20.3.1
Tags containing commit
1 merge request
!154
🚀 python 3.10 and 3.11 are in fkrull/multi-python
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-18
1 addition, 18 deletions
.gitlab-ci.yml
with
1 addition
and
18 deletions
.gitlab-ci.yml
+
1
−
18
View file @
3dbe5c58
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
stage
:
test
stage
:
test
image
:
fkrull/multi-python
image
:
fkrull/multi-python
script
:
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
:
artifacts
:
when
:
always
when
:
always
reports
:
reports
:
...
@@ -58,22 +58,6 @@
...
@@ -58,22 +58,6 @@
variables
:
variables
:
PIP_CACHE_DIR
:
$CI_PROJECT_DIR/.cache/pip
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
:
import_jsonrpc_odoo11_test
:
stage
:
test
stage
:
test
needs
:
[]
needs
:
[]
...
@@ -184,7 +168,6 @@
...
@@ -184,7 +168,6 @@
-
job
:
import_jsonrpc_odoo13_test
-
job
:
import_jsonrpc_odoo13_test
-
job
:
import_base_import_odoo11_test
-
job
:
import_base_import_odoo11_test
-
job
:
unittest
-
job
:
unittest
-
job
:
unittest-py310
variables
:
variables
:
TAG_LATEST
:
branch/default
TAG_LATEST
:
branch/default
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment