Skip to content

Commit 4e2eeb1

Browse files
committed
update tox.ini - use a virtual environment to build a source dist from the source tree
https://tox.wiki/en/latest/example/package.html
1 parent 6e37802 commit 4e2eeb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

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

1010
[tox]
1111
envlist = lint, py{37, 38, 39, 310}
12+
isolated_build = True
1213

1314
[testenv]
1415
commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}

0 commit comments

Comments
 (0)