Skip to content

Commit

Permalink
Ensure tox uses oldest supported Python for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Apr 30, 2023
1 parent 9c4bcb0 commit d92f6a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ commands =

[testenv:coverage{,-html}{,-fail}]
depends = py{,38,39,310,311,312}
# coverage should run on oldest supported Python
base_python = py38,py39,py310,py311
parallel_show_output = True
extras = {[testenv]extras}
# 2023-04-22 see pkgenv ↑
Expand Down

0 comments on commit d92f6a2

Please sign in to comment.