diff --git a/rakefile b/rakefile index b6fbb18ac6..e76e200777 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