diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-08-11 17:58:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 17:58:34 -0700 |
commit | e5c64874b4692a6c1b7193691656f88954709a0d (patch) | |
tree | 73d616b5fd7c32ef0ad12f52a66c3e3a474f0b24 /build_integration.sh | |
parent | 1662c632c5edaa2ff8356dfa3b79d7b4dd83d0c3 (diff) | |
download | kafka-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 '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 53c25bf..fabf656 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.0.0" +OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.1" # Useful configuration vars, with sensible defaults if [ -z "$SCALA_VERSION" ]; then |