summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 16:14:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 18:43:59 -0500
commit89aaa5d5074186f12ed64a27d7a5a52a219ffc33 (patch)
tree943e577b409c79d1d770c28a7ba0950551d206d7 /tox.ini
parent570298931bb2e9e1505aad4e4233a247a15f0148 (diff)
downloadpython-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.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 077d4c1f..d5da3858 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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*'