Skip to content
Snippets Groups Projects
Commit 2a75a0cfc73b authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Reduce tox verbosity

parent c51e7ffd5abe
No related branches found
No related tags found
1 merge request!7Reduce tox verbosity
Pipeline #76419 passed
......@@ -54,7 +54,7 @@
extends: .test-tox
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/python:${PYTHON_VERSION}
script:
- tox -e "py${PYTHON_VERSION/./}" -vv -- -v --output-file junit.xml
- tox -e "py${PYTHON_VERSION/./}" -- -v --output-file junit.xml
parallel:
matrix:
- PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
......@@ -63,4 +63,4 @@
extends: .test-tox
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/pypy:3
script:
- tox -e pypy3 -vv -- -v --output-file junit.xml
- tox -e pypy3 -- -v --output-file junit.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment