Skip to content

Commit

Permalink
Re-run tox whenever the confix is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Nov 30, 2024
1 parent bcd6fa3 commit 8f1b41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def task_tox():
return {
"setup": ["devsetup"],
"actions": [Interactive(test_cmd)],
"file_dep": [*SRC_FILES, *TESTS_FILES],
"file_dep": [*SRC_FILES, *TESTS_FILES, HERE / "tox.ini"],
"task_dep": ["lint"],
}

Expand Down

0 comments on commit 8f1b41b

Please sign in to comment.