From 5979ec7a8a70282ab6023ccbbf18c077e8c693e8 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 28 Oct 2020 16:26:31 -0400 Subject: [PATCH] Add documentation for new config option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef131a4..6ce6896 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ deps = 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 one Tox is testing) will always be installed from the lockfile.