summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-25 07:50:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-25 08:32:58 -0400
commit4da807c9a83aacaacefb67a1f9e12d312e6d1247 (patch)
tree3c6c0c907eadbc670c76ee94d38f38566c6768d6 /tox.ini
parent52485aeb191df32ca5b8c255b4482de165174272 (diff)
downloadpython-coveragepy-git-4da807c9a83aacaacefb67a1f9e12d312e6d1247.tar.gz
build: avoid direct setup.py invocations
Also simplified the .pip files a bit.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e6d2b26c..ebff5c43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -81,7 +81,7 @@ commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
- python setup.py -q sdist bdist_wheel
+ python -m build
twine check dist/*
python -m pylint --notes= {env:LINTABLE}