From 16b8d64913e8d222ac8f5c0be6623ef61e6fc22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 3 Mar 2018 02:20:01 +0100 Subject: [PATCH] Adding test repo to default configuration --- settings.default.py | 5 +++++ 1 file changed, 5 insertions(+) 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