diff options
author | Jianbin Wei <jianbin-wei@users.noreply.github.com> | 2017-06-16 22:58:58 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-06-16 22:58:58 -0700 |
commit | b1a6d3301f0ed997e937dcc3b09a3cff27360cff (patch) | |
tree | 081d369e854c4ae81b73d52f703a69ef1cdaad97 /build_integration.sh | |
parent | 72205c469297c9daca6f3a3b803a0c72f4055cfa (diff) | |
download | kafka-python-b1a6d3301f0ed997e937dcc3b09a3cff27360cff.tar.gz |
Add kafka 0.10.2.1 into integration testing version (#1096)
* Add kafka 0.10.2.1 into integration testing version
* Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1
* Remove references to python 2.6 support
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh index 5387eb3..192618a 100755 --- a/build_integration.sh +++ b/build_integration.sh @@ -1,7 +1,7 @@ #!/bin/bash # Versions available for testing via binary distributions -OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.1" +OFFICIAL_RELEASES="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1" # Useful configuration vars, with sensible defaults if [ -z "$SCALA_VERSION" ]; then |