From 7243842c25f6c4906fec9f5792a2f514da43f345 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Tue, 1 Sep 2015 12:13:17 +0200 Subject: Update setuptools before installing yardstick MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: YARDSTICK-129 Change-Id: Iddf1c9cf30e1404ffdc9d54d126952a8c67b26af Signed-off-by: Jo¶rgen Karlsson --- jjb/yardstick/yardstick.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 0365ff294..22f048827 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -234,6 +234,7 @@ cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv source $WORKSPACE/yardstick_venv/bin/activate + easy_install -U setuptools python setup.py develop > /dev/null 2>&1 # set virtualenv -- cgit 1.2.3-korg