Skip to content

Commit

Permalink
chore(tox): Add whitelist_externals #229 (#232)
Browse files Browse the repository at this point in the history
Items in command must be in tox env or whitelisted.

closes #229
  • Loading branch information
imAsparky authored Jan 10, 2022
1 parent 6608d7c commit 4416fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ PLATFORM =
windows-latest: windows

[testenv]
whitelist_externals =
tests
setenv =
PYTHONPATH = {toxinidir}
deps =
Expand Down

0 comments on commit 4416fb4

Please sign in to comment.