diff options
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ commands = isort --check-only --diff django tests scripts usedevelop = false deps = changedir = {toxinidir} -whitelist_externals = npm +allowlist_externals = + npm commands = npm install npm test |
