Commit 885aa44b by Braden MacDonald

Cache pip downloads for travis CI

parent ba65ce0a
......@@ -4,6 +4,9 @@ python:
before_install:
- "export DISPLAY=:99"
- "sh -e /etc/init.d/xvfb start"
cache:
directories:
- $HOME/.cache/pip
install:
- "pip install -e git://github.com/edx/xblock-sdk.git#egg=xblock-sdk"
- "pip install -r $VIRTUAL_ENV/src/xblock-sdk/requirements.txt"
......
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