Commit a06ca51c by chrisndodge

Merge pull request #2 from edx/benp/jun2015-travis

Use docker for travis builds.
parents 9e27488c 49c99dcc
......@@ -8,6 +8,9 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# Set Travis builds to use docker container
sudo: false
install:
- "pip install -r requirements.txt"
- "pip install -r test_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