Commit 5cab0bbe by Ben Patterson

Merge pull request #40 from edx/benp/travis-use-docker

Use the docker infrastructure for travis builds.
parents 0f0ec58d 45ceece3
language: python
python:
- "2.7"
# Use docker for travis builds
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