diff options
author | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
commit | 573350e79a8c31f3a18dadaeb8c4d5ea5bc7720d (patch) | |
tree | abe4a0a8c9fa75068e0b1e818c78b8707a2bd5d2 /ci/verify.sh | |
parent | c8c1bc3cf1895c28d9d5cbfaff7ec80ed95b93b8 (diff) |
Removal of matplotlib
Removes the matplotlib modules from the main container.
Change-Id: I26a0c171b2172dbf2be66cdf10b897bb72e4bf2b
JIRA: STORPERF-161
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 28d0886..feb84d2 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -31,8 +31,6 @@ pip install funcsigs==0.4 pip install flake8==2.5.4 pip install html2text==2016.1.8 pip install keystoneauth1==2.12.1 -pip install numpy==1.6 -pip install matplotlib==1.3.1 pip install mock==1.3.0 pip install nose==1.3.7 pip install paramiko==2.0.2 |