Add documentation for new config option

This commit is contained in:
2020-10-28 16:26:31 -04:00
parent c7bb3d35ea
commit 5979ec7a8a

View File

@@ -96,6 +96,10 @@ deps =
commands = ... commands = ...
``` ```
Alternatively, to quickly install all Poetry dev-dependencies to a Tox environment, add the
`install_dev_deps = true` option to the environment configuration. This option can be used either
with the `require_locked_deps = true` option or without it
**Note:** Regardless of the settings outlined above, all dependencies of the project package (the **Note:** Regardless of the settings outlined above, all dependencies of the project package (the
one Tox is testing) will always be installed from the lockfile. one Tox is testing) will always be installed from the lockfile.