Skip to content

Commit 393d97a

Browse files
committed
Updated tox build env
1 parent fd7f20e commit 393d97a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ commands = bumpversion --verbose {posargs}
6262
skip_install = true
6363
changedir = {toxinidir}
6464
deps = setuptools >= 46.1.3
65+
pep517
6566
wheel >= 0.34.2
66-
commands = python setup.py {posargs} sdist bdist_wheel
67+
commands = python -m pep517.build --source --binary
68+
6769

6870

6971
[testenv:lint]

0 commit comments

Comments
 (0)