Skip to content
Snippets Groups Projects
Commit 1d3c2c9c authored by florian's avatar florian
Browse files

TST: Add Python 3.10 to unittest pipeline

parent b47aaa84
No related branches found
No related tags found
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!60F python versions pipeline
Pipeline #30303 failed
...@@ -142,6 +142,12 @@ unittest_py38: ...@@ -142,6 +142,12 @@ unittest_py38:
- pip install . - pip install .
- pytest --cov=caosadvancedtools unittests - pytest --cov=caosadvancedtools unittests
unittests_py39:
tags: [docker]
stage: unittest
image: python:3.10
script: *python_test_script
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages_prepare: &pages_prepare pages_prepare: &pages_prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment