Skip to content

Commit 8bfc461

Browse files
authored
doc: README.md: set tox minimum version to 4.0 (#46)
tox-pdm recently dropped support for tox<4. And in tox 4 isolated_build is the default
1 parent 9dcc3bf commit 8bfc461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The following simple example installs `dev` and `test` dependencies into the ven
3434

3535
```ini
3636
[tox]
37+
min_version = 4.0
3738
envlist = py37,py38
38-
isolated_build = True ; This is required for a pyproject.toml based project.
3939

4040
[testenv]
4141
groups = ; Dependency groups in pyproject.toml
@@ -51,8 +51,8 @@ Here is another one installing the `test` dependencies and executing the `test`
5151

5252
```ini
5353
[tox]
54+
min_version = 4.0
5455
envlist = py3{8,9,10}
55-
isolated_build = True ; This is required for a pyproject.toml based project.
5656

5757
[testenv]
5858
groups = test

0 commit comments

Comments
 (0)