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
committed by John Jarvis
parent 5c398b25da
commit f59951ead5

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