Commit 97a5beaa by Ben Patterson

Use docker for builds.

parent 39952321
......@@ -2,6 +2,9 @@ language: python
python: "2.7"
install:
- "pip install coveralls"
cache: pip
# Use docker for builds
sudo: false
script:
- make validate
- git fetch origin master:refs/remotes/origin/master # https://github.com/edx/diff-cover#troubleshooting
......
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