Skip to content

Commit 79d9cc4

Browse files
committed
Tests(tox): Change syntax for envlist
`[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:]`.
1 parent 3da08c8 commit 79d9cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = py27,py3{4,5,6,7,8,9,10,11,12,13},pypy,pypy3
3+
envlist = py{27,34,35,36,37,38,39,310,311,312,313},pypy,pypy3
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)