We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1bae8 commit 59cf0e3Copy full SHA for 59cf0e3
1 file changed
docs/test/tox.rst
@@ -61,6 +61,10 @@ In the ``[tool.tox.env_run_base]`` section, ``dependency_groups`` specifies
61
``tests``. This tells tox that the corresponding libraries should be installed
62
in this environment. Finally, ``commands`` instructs tox to run ``pytest``.
63
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
+
68
Executing tox
69
-------------
70
0 commit comments