Skip to content

Commit 59cf0e3

Browse files
committed
📝 Update tox config
1 parent 0e1bae8 commit 59cf0e3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/test/tox.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ In the ``[tool.tox.env_run_base]`` section, ``dependency_groups`` specifies
6161
``tests``. This tells tox that the corresponding libraries should be installed
6262
in this environment. Finally, ``commands`` instructs tox to run ``pytest``.
6363

64+
The configuration for a specific environment could be added using
65+
:samp:`tool.tox.env.{ENV_NAME}`, and the base configuration for packages using
66+
:samp:`tool.tox.env_pkg_base`.
67+
6468
Executing tox
6569
-------------
6670

0 commit comments

Comments
 (0)