From 6006ee4d282e38ec6d0c3d3bb6f9846aa217f64b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 2 Jul 2015 12:04:54 -0400 Subject: [PATCH] Remove tox from system level Now that all projects are using tox from virtualenv there is no need to install tox at the system level. Change-Id: I102db7ba54afc5116c05f7750fc3ac98d71365ad Signed-off-by: Thanh Ha --- jenkins-scripts/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index 967cfe970..5092374c5 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -1,7 +1,7 @@ #!/bin/bash yum clean all -yum install -y python-{tox,virtualenv} xmlstarlet +yum install -y python-virtualenv xmlstarlet # add in mono components for VTN yum install -y yum-utils -- 2.36.6