All notable changes to this project will be documented in this file.
- Extend support for additional keys, support tox v4 aliases, and move pass_env/set_env just before commands.
- Use hatchling instead of setuptools.
- Support processing multiple
tox.ini
files at once (#119) - Fix
tox.ini
formatting whenenvlist
ends with a comma (#41)
- Drop Python 3.6 support.
- Disable config parser interpolation
- Diffs are now colored.
- Substitutions for multi-line values go now to the beginning of the configuration (to allow overwriting inherited values), and in case of multiple such the order is kept (#22)
- Fixed substitutions not being supported within
deps
andsetenv
(#22) - Support
-r
and conditional markers withindeps
(#21)
- Changed indentation to four spaces, instead of two (#26)
- Fix
envlist
/toxenv
ordering not matching description in README (#18) - Add ability to pin environments to the start of the
envlist
via the-p
CLI flag (for example pre-commit should always run first) (#19) - Strip empty lines in the
deps
elements (#17) - Only strip
.0
suffix from versions when the comparator is==
or>=
(#30)
- Base version