Skip to content
Snippets Groups Projects
Commit f59951ea authored by Calen Pennington's avatar Calen Pennington Committed by John Jarvis
Browse files

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

parent 5c398b25
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment