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:
079986f
)
Force a compatible version of Coverage
73/15773/1
author
Mark Beierl
<mark.beierl@emc.com>
Thu, 16 Jun 2016 19:51:41 +0000
(15:51 -0400)
committer
Mark Beierl
<mark.beierl@emc.com>
Thu, 16 Jun 2016 19:51:41 +0000
(15:51 -0400)
LiClipse / PyDev only works with 3.4
Change-Id: I351df5f8120889af07b10ebb7a740d1e318cb1c2
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
ci/verify.sh
patch
|
blob
|
history
diff --git
a/ci/verify.sh
b/ci/verify.sh
index
416d9e4
..
d309319
100755
(executable)
--- a/
ci/verify.sh
+++ b/
ci/verify.sh
@@
-21,7
+21,7
@@
source $WORKSPACE/storperf_venv/bin/activate
pip install setuptools
pip install autoflake==0.6.6
pip install autopep8==1.2.2
-pip install coverage==
4.0.3
+pip install coverage==
3.4
pip install flask==0.10
pip install flask-restful==0.3.5
pip install flask-restful-swagger==0.19