From d1745d8df581f2624b08c73513f6fda2b2c14042 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sun, 23 Oct 2016 12:02:58 -0700 Subject: Update docs --- docs/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tests.rst b/docs/tests.rst index 983790d..87bc569 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.10.0.1 tox -e py27 + KAFKA_VERSION=0.10.1.0 tox -e py27 KAFKA_VERSION=0.8.2.2 tox -e py35 @@ -60,7 +60,7 @@ kafka server binaries: ./build_integration.sh -By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.0.1 brokers into the +By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.1.0 brokers into the servers/ directory. To install a specific version, set `KAFKA_VERSION=0.9.0.0`: .. code:: bash -- cgit v1.2.1