File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Core settings
92
92
~~~~~~~~~~~~~
93
93
94
94
Core settings that affect all test environments or configure how tox itself is invoked are defined under the root table
95
- in ``tox.toml `` and ``tox `` table in ``tox.ini `` section .
95
+ in ``tox.toml `` and ``tox `` section in ``tox.ini ``.
96
96
97
97
.. tab :: TOML
98
98
@@ -202,8 +202,6 @@ Basic example
202
202
203
203
204
204
env_list = ["format", "3.13"]
205
- format
206
- py310
207
205
208
206
[env.format]
209
207
description = "install black in a virtual environment and invoke it on the current folder"
@@ -247,7 +245,7 @@ two run environments named ``format`` and ``3.13`` that should be run by default
247
245
specific environment.
248
246
249
247
The formatting environment and test environment are defined separately (via the ``env.format `` and ``env."3.13" `` in
250
- TOML file; ``testenv:format `` and ``testenv:py310 `` in INI file). For example to format the project we:
248
+ TOML file; ``testenv:format `` and ``testenv:py313 `` in INI file). For example to format the project we:
251
249
252
250
- add a description (visible when you type ``tox list `` into the command line) via the :ref: `description ` setting
253
251
- define that it requires the :pypi: `black ` dependency with version ``22.3.0 `` via the :ref: `deps ` setting
You can’t perform that action at this time.
0 commit comments