# Ruby Rake file to allow automatic build testing on RunCodeRun.com

task :default do
  exit(system("python setup.py test"))
end
