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 fba1593c..b36bf1a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -82,7 +82,7 @@ commands =
check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
python setup.py -q sdist bdist_wheel
twine check dist/*
- python -m pylint --notes= -j 4 {env:LINTABLE}
+ python -m pylint --notes= {env:LINTABLE}
[gh-actions]
python =