aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-12-07 17:25:40 -0800
committerGravatar Jorge Canizales <jcanizales@google.com>2015-12-07 17:25:40 -0800
commitb91c7068200895d7d0b9752a5e9520b2df6c04bd (patch)
tree0e797f0cf9012c012b6e036f5c98279d0cd0c725 /tools/jenkins
parent340661dbcd7282afb00e967f7e2d644a8c318817 (diff)
parent7a6b0a4293fe39445aeb85b091fec07f9e9f5f0a (diff)
Merge Python tox fix into release-0.12-to-be-merged-into-master
Diffstat (limited to 'tools/jenkins')
-rw-r--r--tools/jenkins/grpc_interop_python/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]