Re-add pylint task dependencies

This commit is contained in:
David Baumgold
2013-07-09 21:47:07 -04:00
parent 5de4b4ef14
commit 7bf2b1e316

View File

@@ -29,7 +29,7 @@ end
end
desc "Run pylint on all #{system} code"
task system do
task system => [report_dir, :install_python_prereqs] do
run_pylint(system, report_dir)
end
end