Commit 1f4cb88b by Clinton Blackburn

Merge pull request #54 from edx/travis-updates

Using Docker and caching for Travis builds
parents 4de3881c b04f9bd8
language: python
python:
- "2.7"
sudo: false
# Cache the pip directory. "cache: pip" doesn't work due to install override. See https://github.com/travis-ci/travis-ci/issues/3239.
cache:
directories:
- $HOME/.cache/pip
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
......
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