Skip to content
Snippets Groups Projects
Commit 3df85ffb authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :fist:
Browse files

refactor: make excluded tox envs more visible

parent 422d05db
Branches
Tags
No related merge requests found
......@@ -20,7 +20,6 @@ stages:
- if: '$CI_SKIP_PYTHON_TESTS != "1"'
exists: [tox.ini]
variables:
TOX_SKIP_ENV: lint
script:
- !reference [.deb_install_build_dependencies, script]
- pip3 install "tox$TOX_VERSION"
......@@ -36,6 +35,8 @@ lint::python:
test::python:
<<: *run_tox
image: $DEBBUILD_PY_DEFAULT
variables:
TOX_SKIP_ENV: lint
build::python-dist:
image: $DEBBUILD_PY_DEFAULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment