Support an environment variable override for nox.options.default_venv_backend
#776
Labels
nox.options.default_venv_backend
#776
How would this feature be useful?
Often times it's easier to set an environment variable than passing the same argument to multiple commands.
Describe the solution you'd like
A new environment variable that's used as the default value of
--default-venv-backend
when present.Some possible names:
NOX_DEFAULT_VENV_BACKEND
orNOXDEFAULTVENVBACKEND
Describe alternatives you've considered
Something like
Anything else?
If this accepted, I can start working on a PR :)
The text was updated successfully, but these errors were encountered: