Skip to content

Commit 4df9481

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 f7f874f commit 4df9481

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 = 3.15
3-
envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3,py{27,37,312}-flake8
3+
envlist = py{27,34,35,36,37,38,39,310,311,312},pypy,pypy3,py{27,37,312}-flake8
44

55
# Base test environment settings
66
[testenv]

0 commit comments

Comments
 (0)