summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 19c6588679..330e15f784 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -30,6 +30,7 @@ ALWAYS_INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.comments',
'django.contrib.admin',
+ 'windmill',
]
def get_test_models():