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 40ff289 commit 4ae9e86
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 = 3.15
envlist = py27-sqlite,py3{4,5,6,7,8,9,10,11,12,13}-sqlite,py{27,37,312}-flake8
envlist = py{27,34,35,36,37,38,39,310,311,312,313}-sqlite,py{27,37,312}-flake8

# Base test environment settings
[testenv]
Expand Down

0 comments on commit 4ae9e86

Please sign in to comment.