summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bb237f83..ec740472 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}