We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox_extend_envs
1 parent 732a308 commit adf0997Copy full SHA for adf0997
src/tox/plugin/spec.py
@@ -33,6 +33,8 @@ def tox_register_tox_env(register: ToxEnvRegister) -> None:
33
def tox_extend_envs() -> Iterable[str]:
34
"""Declare additional environment names.
35
36
+ .. versionadded:: 4.29.0
37
+
38
This hook is called without any arguments early in the lifecycle. It
39
is expected to return an iterable of strings with environment names
40
for tox to consider. It can be used to facilitate dynamic creation of
0 commit comments