summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8b258d7e..b74a8376c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -184,9 +184,10 @@ commands = {[testenv:pyinstaller]commands}
# the JavaScript environment easily.
basepython = python3
deps =
+passenv = TERM
whitelist_externals = eslint
changedir = {toxinidir}/qutebrowser/javascript
-commands = eslint --color --report-unused-disable-directives .
+commands = eslint --report-unused-disable-directives .
[testenv:mypy]
basepython = {env:PYTHON:python3}