Test Docker 0.8.0 on Travis

This commit is contained in:
Ben Firshman 2014-02-07 10:35:18 -08:00
parent a8bc51b229
commit 049a10136c
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ python:
- '2.7'
- '3.2'
- '3.3'
env:
- DOCKER_VERSION=0.7.6
- DOCKER_VERSION=0.8.0
matrix:
allow_failures:
- python: '3.2'

View File

@ -7,7 +7,7 @@ sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.
sudo apt-get update
echo exit 101 | sudo tee /usr/sbin/policy-rc.d
sudo chmod +x /usr/sbin/policy-rc.d
sudo apt-get install -qy slirp lxc lxc-docker-0.7.5
sudo apt-get install -qy slirp lxc lxc-docker-$DOCKER_VERSION
git clone git://github.com/jpetazzo/sekexe
python setup.py install
pip install -r requirements-dev.txt