From f59951ead5be91902c638144316804c01b3d436d Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 28 Jun 2012 11:29:46 -0400 Subject: [PATCH] Run tests before running code quality checks (for faster turnaround time) --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 18d8f1a43c..6442d60957 100644 --- a/rakefile +++ b/rakefile @@ -39,7 +39,7 @@ def django_admin(system, env, command, *args) return "#{django_admin} #{command} --settings=#{system}.envs.#{env} --pythonpath=. #{args.join(' ')}" end -task :default => [:pep8, :pylint, :test] +task :default => [:test, :pep8, :pylint] directory REPORT_DIR directory LMS_REPORT_DIR