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

Rename envs for tox

parent f178e5da
No related merge requests found
Pipeline #16312 failed with stage
in 46 seconds
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
before_script: before_script:
- apt-get update -yqq - apt-get update -yqq
&& apt install python3.8 python3.9 python3.10 && apt install python3.9
&& apt-get install -yqq --no-install-recommends && apt-get install -yqq --no-install-recommends
make make
g++ g++
...@@ -21,7 +21,7 @@ unittests: ...@@ -21,7 +21,7 @@ unittests:
stage: test stage: test
script: script:
- pip install tox==4.12 - pip install tox==4.12
- tox -p -e py38,py39,py310 - tox -p -e python3.9
pypi_publish: pypi_publish:
before_script: before_script:
......
[tox] [tox]
envlist = py38,py39,py310 envlist = python3.9
[testenv] [testenv]
deps = pytest deps = pytest
......
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