diff --git a/tox.ini b/tox.ini index 74b7f1f..f894dad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] envlist = pep8,eslint,karma-local,docs-local,releasenotes,lower-constraints-local minversion = 2.3.2 -skipsdist = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 @@ -55,7 +53,7 @@ commands = {[testenv]commands} [testenv:eslint] -whitelist_externals = +Allowlist_externals = npm commands = npm install @@ -65,14 +63,14 @@ commands = # from master branch into python3.x environment for testing javascripts. # Horizon from master is needed to be cloned into ../horizon on both local and CI. [testenv:karma] -whitelist_externals = +Allowlist_externals = {[testenv:eslint]whitelist_externals} commands = npm install npm run test [testenv:karma-local] -whitelist_externals = +Allowlist_externals = {[testenv:eslint]whitelist_externals} commands = {[testenv:karma]commands}