summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-03 11:08:34 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-03 11:08:34 +0100
commit7ded49d326f8a2f9c2f49c4b20dcb2616dd1694e (patch)
treedd19755e66161e39c633affdf97c49ead82c1b07
parentdf7e0553d8bf3697c577b72ed4077ac90be07c74 (diff)
downloadqutebrowser-7ded49d326f8a2f9c2f49c4b20dcb2616dd1694e.tar.gz
qutebrowser-7ded49d326f8a2f9c2f49c4b20dcb2616dd1694e.zip
tox: Allow posargs for misc_checks.py
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5f43aceb8..f028c0e5a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,7 @@ basepython = {env:PYTHON:python3}
passenv = HOME
deps =
commands =
- {envpython} scripts/dev/misc_checks.py all
+ {envpython} scripts/dev/misc_checks.py {posargs:all}
[testenv:vulture]
basepython = {env:PYTHON:python3}