-
-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Labels
feature:newsomething does not exist yet, but shouldsomething does not exist yet, but should
Description
In many cases tox needs some plugins for adding extra functionality and at this moment there is no way for the user to declare them inside the tox.ini
.
Ideally tox should load a plugins = tox-pyenv, tox-pip-extensions
from tox.ini
and even install them if they are not already installed.
This would ease the development process as the user would not have to write bootstrapping scripts before running tox.
Current behaviour is not productive because user may run tox which would behave differently if the plugins are not installed, in many cases even passing but without intended behaviour.
rpkilby
Metadata
Metadata
Assignees
Labels
feature:newsomething does not exist yet, but shouldsomething does not exist yet, but should