Commit 8567fb16 by Calen Pennington

Make rake test install the test requirements

parent a7995df6
......@@ -29,6 +29,7 @@ CLOBBER.include('build')
CLEAN.include("#{BUILD_DIR}/*.deb", "#{BUILD_DIR}/util")
task :test do
sh("pip install -r test-requirements.txt")
sh("django-admin.py test --settings=envs.test --pythonpath=. $(ls djangoapps)")
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment