tox: Fix eslint environment

We need to set basepython there to not get InterpreterNotFound
This commit is contained in:
Florian Bruhin 2017-12-06 20:58:14 +01:00
parent eb90f9835f
commit 04d2004528

View File

@ -181,6 +181,7 @@ commands =
[testenv:eslint] [testenv:eslint]
# This is duplicated in travis_run.sh for Travis CI because we can't get tox in # This is duplicated in travis_run.sh for Travis CI because we can't get tox in
# the JavaScript environment easily. # the JavaScript environment easily.
basepython = python3
deps = deps =
whitelist_externals = eslint whitelist_externals = eslint
changedir = {toxinidir}/qutebrowser/javascript changedir = {toxinidir}/qutebrowser/javascript