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

Change python versions

parent 3d0c10f0
No related merge requests found
Pipeline #16311 failed with stage
in 20 seconds
...@@ -10,6 +10,7 @@ stages: ...@@ -10,6 +10,7 @@ stages:
before_script: before_script:
- apt-get update -yqq - apt-get update -yqq
&& apt install python3.8 python3.9 python3.10
&& apt-get install -yqq --no-install-recommends && apt-get install -yqq --no-install-recommends
make make
g++ g++
...@@ -20,7 +21,7 @@ unittests: ...@@ -20,7 +21,7 @@ unittests:
stage: test stage: test
script: script:
- pip install tox==4.12 - pip install tox==4.12
- tox -r - tox -p -e py38,py39,py310
pypi_publish: pypi_publish:
before_script: 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