diff --git a/settings.default.py b/settings.default.py index 6a684f9..42f5aa7 100644 --- a/settings.default.py +++ b/settings.default.py @@ -13,6 +13,11 @@ HOOKS = [ # Make targets to be invoked 'targets': ['all'], }, + { + 'name': 'test-repo', + 'url': 'tests/simple-repo', + 'targets': ['date', 'touch'], + }, ] # Directory in which the repositories are cloned