-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
tox.ini files in larger projects can grow quite large and contain many variables from various sources. In order to ease the development of tox environments a preview feature for environment variables in tox would be helpful.
Solution
- Show previews for environment variables in
tox.inifiles forpassenvandsetenvvariables. - Variables could be assigned directly in a section (environment) or in the inherited section
testenvwhich can be reused by all other sections (environments). passenvvariables are read from the current environment.setenvvariables are assigned either directly inside the tox.ini file or indirectly referenced from an external.envfile.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request