TOML: alternative for generative env and factor? #3432
abelcheung
started this conversation in
General
Replies: 1 comment 1 reply
-
You can change the base environment key via https://tox.wiki/en/latest/config.html#base. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Facing some hurdle here when migrating ini to toml. Without generative env and factor support, I found myself creating lots of repetitive and almost identical envs, differed by only 1 or 2 keys. For example:
Currently
[env_run_base]
is not a good option as I have 2 large groups of envs, one following a set of defaults and another following another set of defaults. Is there any other option to simplify the mess?Beta Was this translation helpful? Give feedback.
All reactions