Commit 56f111cd by Ben Patterson

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

Use docker containers for Travis builds.
parents 40091a47 7b8f3ed2
language: python
python: "2.7"
cache: pip
# use docker on Travis
sudo: false
install:
- "pip install coveralls"
- "pip install -r 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