diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 70ecb6a..416d9e4 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -19,17 +19,18 @@ virtualenv $WORKSPACE/storperf_venv source $WORKSPACE/storperf_venv/bin/activate pip install setuptools -pip install autoflake=00.6.6 +pip install autoflake==0.6.6 pip install autopep8==1.2.2 pip install coverage==4.0.3 pip install flask==0.10 pip install flask-restful==0.3.5 +pip install flask-restful-swagger==0.19 +pip install flask-swagger==0.2.12 pip install funcsigs==0.4 pip install flake8==2.5.4 pip install html2text==2016.1.8 pip install mock==1.3.0 pip install nose==1.3.7 -pip install pysqlite==2.8.2 pip install python-cinderclient==1.6.0 pip install python-glanceclient==1.1.0 pip install python-heatclient==0.8.0 @@ -53,4 +54,4 @@ rc=$? deactivate -exit $rc
\ No newline at end of file +exit $rc |