Add the .coverage files to the clobber task.

This commit is contained in:
Ned Batchelder
2012-11-08 10:18:14 -05:00
committed by Calen Pennington
parent 83e2b362e4
commit d3e2e739a7

View File

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