Skip to content

Commit

Permalink
Merge pull request #111 from kurtmckee/rm-skip_missing_interpreters
Browse files Browse the repository at this point in the history
Remove the redundant tox `skip_missing_interpreters` setting
  • Loading branch information
kurtmckee authored Sep 26, 2024
2 parents 79abb13 + 5ddcaca commit ef86d54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
min_version = 4.3.5

envlist =
coverage_erase
py{3.13, 3.12, 3.11, 3.10, 3.9}{-http-lxml,}
Expand All @@ -9,12 +8,9 @@ envlist =
coverage_report
mypy
docs

labels =
update=update

skip_missing_interpreters = True


[testenv]
package = wheel
Expand Down

0 comments on commit ef86d54

Please sign in to comment.