summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-08-11 17:58:34 -0700
committerGitHub <noreply@github.com>2016-08-11 17:58:34 -0700
commite5c64874b4692a6c1b7193691656f88954709a0d (patch)
tree73d616b5fd7c32ef0ad12f52a66c3e3a474f0b24 /docs
parent1662c632c5edaa2ff8356dfa3b79d7b4dd83d0c3 (diff)
downloadkafka-python-e5c64874b4692a6c1b7193691656f88954709a0d.tar.gz
Use 0.10.0.1 for integration tests (#803)
* Add 0.10.0.1 fixture resources * Use new release 0.10.0.1 for 0.10 testing
Diffstat (limited to 'docs')
-rw-r--r--docs/tests.rst6
1 files changed, 3 insertions, 3 deletions
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