From 5da7f1ca17559216f66d18a038045269b7039081 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Thu, 11 Aug 2016 15:19:06 -0700 Subject: Use new release 0.10.0.1 for 0.10 testing --- docs/tests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tests.rst') diff --git a/docs/tests.rst b/docs/tests.rst index 81ee888..983790d 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.10.0.0 tox -e py27 + KAFKA_VERSION=0.10.0.1 tox -e py27 KAFKA_VERSION=0.8.2.2 tox -e py35 @@ -60,8 +60,8 @@ 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.0 brokers into the -servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`: +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 +servers/ directory. To install a specific version, set `KAFKA_VERSION=0.9.0.0`: .. code:: bash -- cgit v1.2.1