Skip to content

Commit

Permalink
Make python versions config more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljsb committed Aug 1, 2024
1 parent 2f57a3b commit 1fcd3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39,py310,py311,py312,py313,report
envlist = py3{9,10,11,12,13},report

[testenv]
# Install wheels instead of source distributions for faster execution.
Expand All @@ -18,7 +18,7 @@ commands =

[testenv:report]
skip_install = true
depends = py39,py310,py311,py312,py313
depends = py3{9,10,11,12,13}
commands =
coverage combine
coverage report

0 comments on commit 1fcd3d0

Please sign in to comment.