Skip to content

Commit

Permalink
Tests(tox): Change syntax for envlist
Browse files Browse the repository at this point in the history
`[testenv:]` doesn't allow lists like `[testenv:py27,py3{4,5}]`;
it only allows syntax like `[testenv:py{27,34,35}]`.
This commit changes syntax for `envlist` to make it closer to `[testenv:]`.
  • Loading branch information
phdru committed Jan 13, 2025
1 parent 3da08c8 commit 4fe9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py3{4,5,6,7,8,9,10,11,12,13},pypy,pypy3
envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3}

[testenv]
deps =
Expand Down

0 comments on commit 4fe9f5a

Please sign in to comment.