We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eea1a1 commit c6e4f3dCopy full SHA for c6e4f3d
README.md
@@ -34,6 +34,7 @@ The following simple example installs `dev` and `test` dependencies into the ven
34
```ini
35
[tox]
36
envlist = py37,py38
37
+isolated_build = True ; This is required for a pyproject.toml based project.
38
39
[testenv]
40
groups = ; Dependency groups in pyproject.toml
0 commit comments