Commit 97a5beaa by Ben Patterson

Use docker for builds.

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