Run tests before running code quality checks (for faster turnaround time)
This commit is contained in:
2
rakefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user