We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dbb21 commit c21928cCopy full SHA for c21928c
build_integration.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Versions available for testing via binary distributions
4
-OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1"
5
6
# Useful configuration vars, with sensible defaults
7
if [ -z "$SCALA_VERSION" ]; then
run_itest.sh
@@ -6,3 +6,9 @@ export KAFKA_VERSION='0.9.0.1'
tox -e py27
tox -e py35
8
tox -e pypy
9
+
10
+export KAFKA_VERSION='0.10.0.0'
11
+./build_integration.sh
12
+tox -e py27
13
+tox -e py35
14
+tox -e pypy
0 commit comments