Skip to content

Commit

Permalink
test against the new ZK 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 14, 2014
1 parent e4371eb commit 2d19fb2
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.5
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.6
- python: "2.6"
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.3.6
- python: "2.6"
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.4.5
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.4.6
- 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.5
env: GEVENT_VERSION=0.13.8 ZOOKEEPER_VERSION=3.4.6
- python: "2.7"
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.3.6
- python: "2.7"
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.4.5
env: GEVENT_VERSION=1.0 ZOOKEEPER_VERSION=3.4.6
- python: "3.3"
env: ZOOKEEPER_VERSION=3.3.6
- python: "3.3"
env: ZOOKEEPER_VERSION=3.4.5
env: ZOOKEEPER_VERSION=3.4.6
- python: "pypy"
env: ZOOKEEPER_VERSION=3.3.6
- python: "pypy"
env: ZOOKEEPER_VERSION=3.4.5
env: ZOOKEEPER_VERSION=3.4.6

notifications:
email: false
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.5
ZOOKEEPER_VERSION ?= 3.4.6
ZOOKEEPER_PATH ?= $(ZOOKEEPER)

GEVENT_SUPPORTED = yes
Expand Down

0 comments on commit 2d19fb2

Please sign in to comment.