diff options
Diffstat (limited to 'docs/tests.rst')
-rw-r--r-- | docs/tests.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tests.rst b/docs/tests.rst index e5dd269..212b339 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.9.0.0 tox -e py27 + KAFKA_VERSION=0.9.0.1 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, and 0.9.0.0 brokers into the +By default, this will install 0.8.1.1, 0.8.2.2, and 0.9.0.1 brokers into the servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`: .. code:: bash @@ -72,7 +72,7 @@ env variable to the server build you want to use for testing: .. code:: bash - KAFKA_VERSION=0.9.0.0 tox -e py27 + KAFKA_VERSION=0.9.0.1 tox -e py27 To test against the kafka source tree, set KAFKA_VERSION=trunk [optionally set SCALA_VERSION (defaults to 2.10)] |