Skip to content

Commit

Permalink
Probably don't need 3.7 for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 30, 2022
1 parent 90423eb commit 8e1ffbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Expand Up @@ -44,11 +44,6 @@ extras = tests
commands = coverage run -m pytest {posargs}


[testenv:py37]
extras = tests
commands = coverage run -m pytest {posargs}


[testenv:py310]
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
# PYTHONWARNINGS=d and --no-compile below make them visible during the Tox run.
Expand All @@ -62,7 +57,7 @@ commands = coverage run -m pytest {posargs}

[testenv:coverage-report]
basepython = python3.10
depends = py37,py310
depends = py36,py310
skip_install = true
deps = coverage[toml]>=5.4
commands =
Expand Down

0 comments on commit 8e1ffbf

Please sign in to comment.