Skip to content
Snippets Groups Projects
Commit dcf2f491 authored by Carlos Vega's avatar Carlos Vega
Browse files

added test for python 3.10

parent c13eede0
No related branches found
No related tags found
1 merge request!445Support for Python 3.11
Pipeline #80200 failed
......@@ -55,6 +55,15 @@ test_python_3.9:
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.10:
<<: *test_definition
image: python:3.10
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.11:
<<: *test_definition
image: python:3.11
......
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