summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ba8499bac..9142dd49a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -187,6 +187,12 @@ whitelist_externals = eslint
changedir = {toxinidir}/qutebrowser/javascript
commands = eslint --report-unused-disable-directives .
+[testenv:shellcheck]
+basepython = python3
+deps =
+whitelist_externals = bash
+commands = bash scripts/dev/run_shellcheck.sh {posargs}
+
[testenv:mypy]
basepython = {env:PYTHON:python3}
pip_version = pip