Skip to content

Commit f5e2fb0

Browse files
authored
Support tox isolated builds (#349)
1 parent 0239489 commit f5e2fb0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=50.3.2",
4+
]
5+
build-backend = "setuptools.build_meta"

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[tox]
77
envlist = py{36,37,38,39,py3}, linting
8+
isolated_build = True
89

910
[testenv]
1011
setenv = PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)