diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 22d0186..a0de93a 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -29,6 +29,7 @@ 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 keystoneauth1==2.12.1 pip install matplotlib==1.3.1 pip install mock==1.3.0 pip install nose==1.3.7 @@ -66,4 +67,4 @@ then exit $flake8rc fi -exit $rc
\ No newline at end of file +exit $rc |