tox: Fix eslint environment
We need to set basepython there to not get InterpreterNotFound
This commit is contained in:
parent
eb90f9835f
commit
04d2004528
1
tox.ini
1
tox.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user