Run tests before running code quality checks (for faster turnaround time)

This commit is contained in:
Calen Pennington
2012-06-28 11:29:46 -04:00
parent 919f8cf261
commit 19044abed2

View File

@@ -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