mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Add documentation for new config option
This commit is contained in:
parent
c7bb3d35ea
commit
5979ec7a8a
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user