Skip to content

Commit

Permalink
Use the official ZooKeeper image in Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 5, 2016
1 parent 6a5f3e6 commit 02b05e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,10 +16,10 @@ python:
before_install:
- docker pull mongo:latest
- docker pull rethinkdb:latest
- docker pull jplock/zookeeper
- docker pull zookeeper:latest
- docker run -d -p 127.0.0.1:27017:27017 mongo
- docker run -d -p 127.0.0.1:28015:28015 rethinkdb
- docker run -d -p 127.0.0.1:2181:2181 jplock/zookeeper
- docker run -d -p 127.0.0.1:2181:2181 zookeeper

install: pip install tox-travis coveralls

Expand Down

0 comments on commit 02b05e0

Please sign in to comment.