diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fa70d134acd6298bfe8a15aaafd0e91a2ce97271..9f1f92a26ed125d3614d9a46d3436711e0b2b942 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -86,3 +86,11 @@ jobs:
             . ./prepare-and-run-flake8.sh sumpy test
 
         displayName: 'Flake8'
+
+schedules:
+-
+    cron: "0 0 * * 0"
+    displayName: Weekly build
+    branches:
+        include:
+        - master