Skip to content

Commit

Permalink
fix: added make in allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Nov 1, 2023
1 parent cddc682 commit 2f9cbbc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ commands =
skip_install = True

[testenv:csslint]
allowlist_externals = {toxinidir}/node_modules/csslint/dist/cli.js
allowlist_externals =
make
{toxinidir}/node_modules/csslint/dist/cli.js
passenv =
TRAVIS
TRAVIS_JOB_ID
Expand All @@ -31,7 +33,9 @@ deps =
skip_install = True

[testenv:eslint]
allowlist_externals = {toxinidir}/node_modules/eslint/bin/eslint.js
allowlist_externals =
make
{toxinidir}/node_modules/eslint/bin/eslint.js
passenv =
TRAVIS
TRAVIS_JOB_ID
Expand Down

0 comments on commit 2f9cbbc

Please sign in to comment.