Used allowlist_externals in tox.ini (again)

allowlist_externals is already used in this file.

Refs #31670
This commit is contained in:
Matthias Kestenholz 2021-02-10 16:40:43 +01:00 committed by Carlton Gibson
parent 17a5e2cff6
commit 0102b98648
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ commands = isort --check-only --diff django tests scripts
usedevelop = false usedevelop = false
deps = deps =
changedir = {toxinidir} changedir = {toxinidir}
whitelist_externals = npm allowlist_externals =
npm
commands = commands =
npm install npm install
npm test npm test