All notable changes to the "python-tox" extension will be documented in this file.
- New
python-tox.runWithArgsandpython-tox.runMultipleWithArgscommands which ask for additional arguments to tox. - Basic integration with VS Code's testing extension API, by providing a tox test runner when a
tox.inifile is open. This allows running tox environments right from the editor. - Integration with VS Code's task API, so that tox environments can be run as tasks.
- Hover information for environment variables (
passenv/setenv) when editing atox.inifile. - Upgraded all dependencies.
- New
python-tox.openDocscommand to open the tox documentation in the default browser. - Upgraded all dependencies.
- Updated documentation and
package.json - No code changes
- Updated documentation and
package.json - No code changes
- Initial release