Commit 45ceece3 by Ben Patterson

Use the docker infrastructure for travis builds.

parent 0f0ec58d
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