Skip to content

Commit

Permalink
Used allowlist_externals in tox.ini (again)
Browse files Browse the repository at this point in the history
allowlist_externals is already used in this file.

Refs #31670
  • Loading branch information
matthiask authored and carltongibson committed Feb 10, 2021
1 parent 17a5e2c commit 0102b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0102b98

Please sign in to comment.