-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Tox can be configured also into setup.cfg file, e.g.
[tox:tox]
isolated_build = true
envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build
or, using default naming convention
[tox:tox]
isolated_build = true
envlist = lint, format, py38, py39, py310, py311, build
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request