diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 18:44:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 18:44:48 -0400 |
commit | b7db905248b0149445791ca8afebec0749ff9589 (patch) | |
tree | ad9afb8a6ff9511f295e625884a3ff98502a475c /tox.ini | |
parent | 7f561024b27fcbd91a4de6a4445535ea14938c51 (diff) | |
download | python-coveragepy-git-b7db905248b0149445791ca8afebec0749ff9589.tar.gz |
Fix some checking configurations
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ setenv = commands = python -m tabnanny {env:LINTABLE} python igor.py check_eol - check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*' + check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*' python setup.py -q sdist bdist_wheel twine check dist/* python -m pylint --notes= -j 4 {env:LINTABLE} |