Skip to content

Commit

Permalink
ci(tox): Add isolated_build = true for pyproject.toml support
Browse files Browse the repository at this point in the history
ERROR: pyproject.toml file found.
To use a PEP 517 build-backend you are required to configure tox to use an isolated_build:
https://tox.readthedocs.io/en/latest/example/package.html
  • Loading branch information
tony authored and twmr committed Sep 4, 2022
1 parent a6cb1ee commit 460b628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py37,py38,py39,py310,py311,ci-py
isolated_build = true

[testenv]
deps =
Expand Down

0 comments on commit 460b628

Please sign in to comment.