summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-06 20:58:14 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-06 20:58:14 +0100
commit04d200452817e58d357627ca87aabe6ef7e6b044 (patch)
tree4236d151b10c124722fafb367a85ed515f162b56 /tox.ini
parenteb90f9835fa2e159842ae16072b80109b08a977c (diff)
downloadqutebrowser-04d200452817e58d357627ca87aabe6ef7e6b044.tar.gz
qutebrowser-04d200452817e58d357627ca87aabe6ef7e6b044.zip
tox: Fix eslint environment
We need to set basepython there to not get InterpreterNotFound
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e59e8b660..5b8bc05b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -181,6 +181,7 @@ commands =
[testenv:eslint]
# This is duplicated in travis_run.sh for Travis CI because we can't get tox in
# the JavaScript environment easily.
+basepython = python3
deps =
whitelist_externals = eslint
changedir = {toxinidir}/qutebrowser/javascript