python: enable isolated build in tox.ini

This makes tox install build system configured in pyproject.toml
according to PEP 518 rather than assuming setuptools.
This commit is contained in:
link2xt
2021-11-13 03:42:16 +00:00
parent c7c68094d9
commit 13bc8b78d7
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
[tox]
isolated_build = true
envlist =
py3
lint