aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-22 09:40:28 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-26 09:47:20 +0100
commit422fdbfd6c96cb43d882f38c61c842d2110dd8b8 (patch)
treeb0ff83f8488e38fa255e83dc00219363fe5805f8 /tools/dockerfile
parent346d745c6e4c4edd2652abd848dc54d83989a193 (diff)
run python interop tests with python3.7
Diffstat (limited to 'tools/dockerfile')
-rwxr-xr-xtools/dockerfile/interoptest/grpc_interop_python/build_interop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh b/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh
index ee042d40c8..468aa20e3f 100755
--- a/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh
+++ b/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh
@@ -28,5 +28,5 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# interop tests only run using python3.4 currently (and python build is slow)
-tools/run_tests/run_tests.py -l python --compiler python3.4 -c opt --build_only
+# interop tests only run using python3.7 currently (and python build is slow)
+tools/run_tests/run_tests.py -l python --compiler python3.7 -c opt --build_only