xci: install-lib: Make sure pip is upgraded first 83/55883/4
authorMarkos Chandras <mchandras@suse.de>
Tue, 17 Apr 2018 09:57:02 +0000 (10:57 +0100)
committerMarkos Chandras <mchandras@suse.de>
Fri, 20 Apr 2018 10:15:05 +0000 (11:15 +0100)
commit71d3c3750c89820c9e759b5f00b403a19836d77a
treecb00456fdf17ee386f872ca4fabdaacc24966823
parent73f5018ee500401e774c42ea8f32b8db8a5146fd
xci: install-lib: Make sure pip is upgraded first

We need to make sure that pip is the first thing we upgrade in the
virtual environment because old pip releases do not support the '-c'
option which we use to install the rest of the required components.

Change-Id: I8b3ec080617324bfefbec2a6cdfa6ef58afb7c20
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/files/install-lib.sh