require 'rake/clean' require './rakefiles/helpers.rb' Dir['rakefiles/*.rake'].each do |rakefile| import rakefile end # Build Constants REPO_ROOT = File.dirname(__FILE__) REPORT_DIR = File.join(REPO_ROOT, "reports") task :default => [:test, :pep8, :pylint]