Code Review
/
storperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
97c1f3a
)
Developer build process fix
99/9199/1
author
Mark Beierl
<mark.beierl@emc.com>
Wed, 3 Feb 2016 22:18:54 +0000
(17:18 -0500)
committer
Mark Beierl
<mark.beierl@emc.com>
Wed, 3 Feb 2016 22:18:54 +0000
(17:18 -0500)
Fix the installation os setuptools so that it
does not conflict with mock.
Change-Id: I7c497d36c80a795fc99b329da2d171a265e4eacc
JIRA: STORPERF-35
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
ci/merge.sh
patch
|
blob
|
history
diff --git
a/ci/merge.sh
b/ci/merge.sh
index
ddcc0eb
..
ca55281
100755
(executable)
--- a/
ci/merge.sh
+++ b/
ci/merge.sh
@@
-16,7
+16,7
@@
fi
virtualenv $WORKSPACE/storperf_venv
source $WORKSPACE/storperf_venv/bin/activate
-
easy_install -U
setuptools
+
pip install --upgrade
setuptools
pip install nose -I
pip install coverage -I
python ci/setup.py develop