Skip to content

Commit c8898a6

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Enable python 3.13 coverage See merge request it/e3-core!138
2 parents b277500 + 58973dc commit c8898a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
LINUX_CI_TOX_ENV:
1313
# Run coverage only with one Python version as this is costly.
1414
description: "Tox environments to run on Linux."
15-
value: "py311-xdist,py312-xdist,py313-xdist"
15+
value: "py311-xdist,py312-xdist,py313-cov-xdist"
1616
WINDOWS_CI_TOX_ENV:
1717
description: "Tox environments to run on Windows."
1818
value: "py312-xdist"

0 commit comments

Comments
 (0)