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 branches found
No related tags found
No related merge requests found
Pipeline #16312 failed
......@@ -10,7 +10,7 @@ stages:
before_script:
- apt-get update -yqq
&& apt install python3.8 python3.9 python3.10
&& apt install python3.9
&& apt-get install -yqq --no-install-recommends
make
g++
......@@ -21,7 +21,7 @@ unittests:
stage: test
script:
- pip install tox==4.12
- tox -p -e py38,py39,py310
- tox -p -e python3.9
pypi_publish:
before_script:
......
[tox]
envlist = py38,py39,py310
envlist = python3.9
[testenv]
deps = pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment