diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-12-03 16:42:36 -0800 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-12-04 17:26:07 -0800 |
commit | d00241e65c9e7599d15cbaf47ff34630da6461cd (patch) | |
tree | 00e4f4f46aee2a34c8a2ad08f45a4fa335a27d51 /tools/jenkins | |
parent | 0a9cc3cf108e0d3589a952caec65f6d463a9c678 (diff) |
Use tox
Diffstat (limited to 'tools/jenkins')
-rw-r--r-- | tools/jenkins/grpc_jenkins_slave/Dockerfile | 2 |
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 |