From e561b19ac90c2be072425f1f5118eb54a099eed5 Mon Sep 17 00:00:00 2001 From: dahn Date: Thu, 25 Feb 2021 15:47:04 +0000 Subject: [PATCH] Update before_install.sh --- tools/travis/before_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh index d7f252d808f..cb7972d54ba 100755 --- a/tools/travis/before_install.sh +++ b/tools/travis/before_install.sh @@ -114,7 +114,6 @@ echo -e "\nInstalling some python packages: " for ((i=0;i<$RETRY_COUNT;i++)) do python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid > /tmp/piplog - python2 -m pip install --user --upgrade pylint pycodestyle >> /tmp/piplog if [[ $? -eq 0 ]]; then echo -e "\npython packages installed successfully" break; @@ -124,4 +123,4 @@ do done echo -e "\nVersion of pip packages:\n" -echo $(pip freeze) \ No newline at end of file +echo $(pip freeze)