Commit d3e2e739 by Ned Batchelder Committed by Calen Pennington

Add the .coverage files to the clobber task.

parent 83e2b362
......@@ -211,6 +211,10 @@ namespace :coverage do
end
end
TEST_TASK_DIRS.each do |dir|
CLOBBER.include("#{dir}/.coverage")
end
task :runserver => :lms
desc "Run django-admin <action> against the specified system and environment"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment