diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 16:14:43 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 18:43:59 -0500 |
commit | 89aaa5d5074186f12ed64a27d7a5a52a219ffc33 (patch) | |
tree | 943e577b409c79d1d770c28a7ba0950551d206d7 /tox.ini | |
parent | 570298931bb2e9e1505aad4e4233a247a15f0148 (diff) | |
download | python-coveragepy-git-nedbat/pylint-bug-3489.tar.gz |
Run lint etc in GitHub Actionsnedbat/pylint-bug-3489
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ setenv = LINTABLE = coverage tests doc ci igor.py setup.py __main__.py commands = + python -V + python -m pip freeze python -m tabnanny {env:LINTABLE} python igor.py check_eol check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*' |