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 c2b434e4..28adb28a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -80,12 +80,12 @@ setenv =
commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
- check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
# this can be simplifed:
python igor.py quietly "python -m build"
twine check dist/*
python -m pylint --notes= {env:LINTABLE}
+ check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
[gh-actions]
python =