Skip to content
Snippets Groups Projects
Commit f178e5da authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Change python versions

parent 3d0c10f0
Branches
No related merge requests found
Pipeline #16311 failed with stage
in 20 seconds
......@@ -10,6 +10,7 @@ stages:
before_script:
- apt-get update -yqq
&& apt install python3.8 python3.9 python3.10
&& apt-get install -yqq --no-install-recommends
make
g++
......@@ -20,7 +21,7 @@ unittests:
stage: test
script:
- pip install tox==4.12
- tox -r
- tox -p -e py38,py39,py310
pypi_publish:
before_script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment