diff options
| author | Dana Powers <dana.powers@gmail.com> | 2016-05-24 13:18:30 -0700 |
|---|---|---|
| committer | Dana Powers <dana.powers@gmail.com> | 2016-05-24 13:18:30 -0700 |
| commit | 21fe199c7be0c7704021a7393972379e2b340e51 (patch) | |
| tree | 81501e8092b5bff4c3a446e27d7032ff08a0281d /docs/tests.rst | |
| parent | a673b1fc7518d103f9f65e09ea51153daa8972c2 (diff) | |
| download | kafka-python-21fe199c7be0c7704021a7393972379e2b340e51.tar.gz | |
Update compatibility for 0.10 kafka release
Diffstat (limited to 'docs/tests.rst')
| -rw-r--r-- | docs/tests.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tests.rst b/docs/tests.rst index 212b339..81ee888 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.9.0.1 tox -e py27 + KAFKA_VERSION=0.10.0.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, and 0.9.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.0.0 brokers into the servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`: .. code:: bash |
