summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-05-23 14:51:26 -0400
committermbeierl <mark.beierl@dell.com>2017-05-23 14:51:33 -0400
commitbde628b56fc7c01f823fd76a10e97ca899632849 (patch)
treeb22e7fdc733c4a3f158f4c453aaebbb3adc7e0ee /ci
parenta214a59f9ca7e9b7503a4042b496417e76d8510c (diff)
Specify numpy version
Adds explicit version of numpy so it cannot conflict with any other that may be present in the system path. Change-Id: I23b21bca43f55805b3087646b1c31e1aea686aca JIRA: STORPERF-126 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/verify.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh
index 0905ca2..84dc603 100755
--- a/ci/verify.sh
+++ b/ci/verify.sh
@@ -30,6 +30,7 @@ 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