diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ setenv = commands = python -m tabnanny {env:LINTABLE} python igor.py check_eol - check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc' + check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*' python setup.py -q sdist bdist_wheel twine check dist/* python -m pylint --notes= {env:LINTABLE} |