From eaa7d203b51aba558eb141ca50ee95a8f7790617 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Mon, 7 Dec 2015 14:38:53 -0800 Subject: Fix interop Python test invocation The ideal fix would be to have a tox test command for running the interop server and client. --- tools/jenkins/grpc_interop_python/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/jenkins') diff --git a/tools/jenkins/grpc_interop_python/Dockerfile b/tools/jenkins/grpc_interop_python/Dockerfile index 5850f5f321..6034cbf955 100644 --- a/tools/jenkins/grpc_interop_python/Dockerfile +++ b/tools/jenkins/grpc_interop_python/Dockerfile @@ -75,6 +75,7 @@ RUN ln -s /usr/bin/ccache /usr/local/bin/clang++ # Install Python requisites RUN /bin/bash -l -c "pip install --upgrade pip" RUN /bin/bash -l -c "pip install virtualenv" +RUN /bin/bash -l -c "pip install tox" # Define the default command. CMD ["bash"] -- cgit v1.2.3