summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-02-04 14:57:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-02-04 14:57:51 -0500
commit939288988c45f6ba5d9401669d992e5eec144025 (patch)
tree2b9b128fac98759590673f8161de31fad950601c
parent16244748ee33ef2e1cddfc6f16f03a86e466d31e (diff)
downloadpython-coveragepy-git-939288988c45f6ba5d9401669d992e5eec144025.tar.gz
Exclude .github from the manifest check
-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}