Skip to content

Commit

Permalink
Merge branch 'automatic-merge' into 'master'
Browse files Browse the repository at this point in the history
Fix wrong indents in tox.ini file

See merge request it/e3-core!91
  • Loading branch information
pierretr committed Jan 15, 2025
2 parents 2597023 + 0f73768 commit 5538325
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ extras = test

# Speed up coverage on Python >= 3.12
setenv =
# Set COVERAGE_CORE only for Python >= 3.12
COVERAGE_CORE=sysmon
py311: COVERAGE_CORE=
py310: COVERAGE_CORE=
py39: COVERAGE_CORE=
# Set COVERAGE_CORE only for Python >= 3.12
COVERAGE_CORE=sysmon
py311: COVERAGE_CORE=
py310: COVERAGE_CORE=
py39: COVERAGE_CORE=

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

0 comments on commit 5538325

Please sign in to comment.