Skip to content

Commit

Permalink
Use ZK 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Nov 19, 2012
1 parent 4042a8f commit 6dcd7db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ matrix:
- python: "2.6"
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.3.6
- python: "2.6"
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.4
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.5
- python: "2.6"
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.3.6
- python: "2.6"
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.4.4
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.4.5
- python: "2.7"
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.3.6
- python: "2.7"
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.4
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.5
- python: "2.7"
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.3.6
- python: "2.7"
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.4.4
env: GEVENT_VERSION=1.0rc1 ZOOKEEPER_VERSION=3.4.5
- python: "3.2"
env: ZOOKEEPER_VERSION=3.3.6
- python: "3.2"
env: ZOOKEEPER_VERSION=3.4.4
env: ZOOKEEPER_VERSION=3.4.5
- python: "pypy"
env: ZOOKEEPER_VERSION=3.3.6
- python: "pypy"
env: ZOOKEEPER_VERSION=3.4.4
env: ZOOKEEPER_VERSION=3.4.5

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TRAVIS ?= false
TRAVIS_PYTHON_VERSION ?= $(shell $(PYTHON_EXE) -c "import sys; print('.'.join([str(s) for s in sys.version_info][:2]))")

ZOOKEEPER = $(BIN)/zookeeper
ZOOKEEPER_VERSION ?= 3.4.4
ZOOKEEPER_VERSION ?= 3.4.5
ZOOKEEPER_PATH ?= $(ZOOKEEPER)

GEVENT_SUPPORTED = yes
Expand Down

0 comments on commit 6dcd7db

Please sign in to comment.