Skip to content

Commit 5538325

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Fix wrong indents in tox.ini file See merge request it/e3-core!91
2 parents 2597023 + 0f73768 commit 5538325

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ extras = test
1515

1616
# Speed up coverage on Python >= 3.12
1717
setenv =
18-
# Set COVERAGE_CORE only for Python >= 3.12
19-
COVERAGE_CORE=sysmon
20-
py311: COVERAGE_CORE=
21-
py310: COVERAGE_CORE=
22-
py39: COVERAGE_CORE=
18+
# Set COVERAGE_CORE only for Python >= 3.12
19+
COVERAGE_CORE=sysmon
20+
py311: COVERAGE_CORE=
21+
py310: COVERAGE_CORE=
22+
py39: COVERAGE_CORE=
2323

2424
# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
2525
# is in the env name

0 commit comments

Comments
 (0)