diff --git a/tasks.py b/tasks.py index 34528e2609..c68c31fbf5 100644 --- a/tasks.py +++ b/tasks.py @@ -274,7 +274,7 @@ def test(c, database=None): manage(c, 'check') # Run coverage tests - manage(c, 'test', pty=True) + manage(c, 'test --parallel', pty=True) @task