Commit 49c99dcc by Ben Patterson

Use docker for travis builds.

parent 49d9e273
...@@ -8,6 +8,9 @@ before_install: ...@@ -8,6 +8,9 @@ before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
# Set Travis builds to use docker container
sudo: false
install: install:
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r test_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