Skip to content

Commit

Permalink
fix: update tox config to enable make to be run for keyword check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hughes committed Jan 11, 2024
1 parent 3520232 commit b4a6f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ commands =
code_annotations django_find_annotations --config_file .pii_annotations.yml --lint --report --coverage

[testenv:check_keywords]
whitelist_externals =
allowlist_externals =
make
deps =
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit b4a6f32

Please sign in to comment.