Skip to content

Commit 40c9d2d

Browse files
committed
fixup! feat(config): Allow ranges in envlist
1 parent 3031d7a commit 40c9d2d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/changelog/3502.feature.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ranges to generative environments such as py3{10-13}. - by :user:`mimre25`

docs/config.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1597,11 +1597,13 @@ This will generate the following tox environments:
15971597
15981598
Both enumerations (`{1,2,3}`) and ranges (`{1-3}`) are supported, and can be mixed together:
15991599
.. code-block:: ini
1600+
16001601
[tox]
16011602
env_list = py3{8-10, 11, 13-14}
16021603
16031604
will create the following envs:
16041605
.. code-block:: shell
1606+
16051607
> tox l
16061608
default environments:
16071609
py38 -> [no description]

0 commit comments

Comments
 (0)