From 5051297e7294406453ac4ff2e14f35762a77b249 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 2 Aug 2018 16:25:28 -0400 Subject: Calculate Data Series Adds the min, max and actual slope values to the final report metrics so that end users do not have to calculate these values. Change-Id: Ic98ec5cbfcdf7447d2bffc46e9bd05e087c72965 JIRA: STORPERF-257 Signed-off-by: mbeierl --- ci/verify.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ci/verify.sh') diff --git a/ci/verify.sh b/ci/verify.sh index aedbf26..40e94b6 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -22,7 +22,6 @@ pip install --upgrade setuptools pip install autoflake==1.2 pip install autopep8==1.3.5 pip install coverage==4.5.1 -#pip install cryptography pip install flake8==3.5.0 pip install mock==2.0.0 pip install nose==1.3.7 -- cgit 1.2.3-korg