aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-05 14:56:15 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-21 13:08:30 +0100
commit5a0f72259072c1ff0002126de0fb4b8fa4f33329 (patch)
treeee42bf8b1ab547e2a7da228f681e84531cfefb96 /tools/dockerfile
parent40a473f8fafd70001ed9d7d89b7cfee003f6e034 (diff)
run interop tests using python3.4
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 7917e1cd60..ee042d40c8 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 python2.7 currently (and python build is slow)
-tools/run_tests/run_tests.py -l python --compiler python2.7 -c opt --build_only
+# 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