aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-12-03 16:42:36 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-12-04 17:26:07 -0800
commitd00241e65c9e7599d15cbaf47ff34630da6461cd (patch)
tree00e4f4f46aee2a34c8a2ad08f45a4fa335a27d51 /tools/jenkins
parent0a9cc3cf108e0d3589a952caec65f6d463a9c678 (diff)
Use tox
Diffstat (limited to 'tools/jenkins')
-rw-r--r--tools/jenkins/grpc_jenkins_slave/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/grpc_jenkins_slave/Dockerfile b/tools/jenkins/grpc_jenkins_slave/Dockerfile
index 5b8c24c076..916e5e83fb 100644
--- a/tools/jenkins/grpc_jenkins_slave/Dockerfile
+++ b/tools/jenkins/grpc_jenkins_slave/Dockerfile
@@ -131,7 +131,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install pip --upgrade
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 tox
# For sanity test
RUN pip install simplejson mako