Skip to content

Commit

Permalink
Use the updated TravisCI docker and docker-compose installed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Oct 10, 2016
1 parent b04a042 commit 8492666
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ python:
- pypy
- pypy3

env:
global:
- DOCKER_VERSION=1.10.2-0~trusty
- DOCKER_COMPOSE_VERSION=1.7.0

before_install:
# upgrade docker-engine to specific version
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}

# reinstall docker-compose at specific version
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin

install:
- pip install -e .[test]
- pip install coverage coveralls
Expand Down

0 comments on commit 8492666

Please sign in to comment.