rakefile updates

This commit is contained in:
John Jarvis
2013-05-16 12:16:21 -04:00
parent 50160592f7
commit a30e31213b

View File

@@ -5,7 +5,7 @@ default_options = {
task :predjango => :install_python_prereqs do
sh("find . -type f -name *.pyc -delete")
sh('pip install -q --no-index -r requirements/local.txt')
sh('pip install -q --no-index -r requirements/edx/local.txt')
end
@@ -122,4 +122,4 @@ namespace :cms do
"Example: \`rake cms:export COURSE_ID=MITx/12345/name OUTPUT_PATH=foo.tar.gz\`"
end
end
end
end