diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 07:50:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 08:32:58 -0400 |
commit | 4da807c9a83aacaacefb67a1f9e12d312e6d1247 (patch) | |
tree | 3c6c0c907eadbc670c76ee94d38f38566c6768d6 /tox.ini | |
parent | 52485aeb191df32ca5b8c255b4482de165174272 (diff) | |
download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |