We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b277500 + 58973dc commit c8898a6Copy full SHA for c8898a6
.gitlab-ci.yml
@@ -12,7 +12,7 @@ variables:
12
LINUX_CI_TOX_ENV:
13
# Run coverage only with one Python version as this is costly.
14
description: "Tox environments to run on Linux."
15
- value: "py311-xdist,py312-xdist,py313-xdist"
+ value: "py311-xdist,py312-xdist,py313-cov-xdist"
16
WINDOWS_CI_TOX_ENV:
17
description: "Tox environments to run on Windows."
18
value: "py312-xdist"
0 commit comments