Skip to content

Commit

Permalink
doc: README.md: set tox minimum version to 4.0 (#46)
Browse files Browse the repository at this point in the history
tox-pdm recently dropped support for tox<4. And in tox 4 isolated_build is the default
  • Loading branch information
deronnax authored Sep 7, 2023
1 parent 9dcc3bf commit 8bfc461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The following simple example installs `dev` and `test` dependencies into the ven

```ini
[tox]
min_version = 4.0
envlist = py37,py38
isolated_build = True ; This is required for a pyproject.toml based project.

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

```ini
[tox]
min_version = 4.0
envlist = py3{8,9,10}
isolated_build = True ; This is required for a pyproject.toml based project.

[testenv]
groups = test
Expand Down

0 comments on commit 8bfc461

Please sign in to comment.