Skip to content

Commit b4013fc

Browse files
author
cookiecutter-e3
committed
Fix wrong indents in tox.ini file
Always use four indents for clarity. Those wrong indents have been added by !59 and !68. See merge request it/cookiecutter-e3!69 of the template
1 parent 9ae57d3 commit b4013fc

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)