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 9dcc3bf commit 8bfc461Copy full SHA for 8bfc461
README.md
@@ -34,8 +34,8 @@ The following simple example installs `dev` and `test` dependencies into the ven
34
35
```ini
36
[tox]
37
+min_version = 4.0
38
envlist = py37,py38
-isolated_build = True ; This is required for a pyproject.toml based project.
39
40
[testenv]
41
groups = ; Dependency groups in pyproject.toml
@@ -51,8 +51,8 @@ Here is another one installing the `test` dependencies and executing the `test`
51
52
53
54
55
envlist = py3{8,9,10}
56
57
58
groups = test
0 commit comments