diff options
author | Mark Beierl <mark.beierl@emc.com> | 2016-06-16 15:51:41 -0400 |
---|---|---|
committer | Mark Beierl <mark.beierl@emc.com> | 2016-06-16 15:51:41 -0400 |
commit | b3e8e5113c4bfb467f5257b20047feb2a0d73b4b (patch) | |
tree | cc34090bb1df04c414cd27e578401b2de67e6637 /ci | |
parent | 079986fca226ac8889c15ec2941fbd3aab7c011d (diff) |
Force a compatible version of Coverage
LiClipse / PyDev only works with 3.4
Change-Id: I351df5f8120889af07b10ebb7a740d1e318cb1c2
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 416d9e4..d309319 100755 --- 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 |