We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d41c12 commit 0457f5dCopy full SHA for 0457f5d
tools/travis/before_install.sh
@@ -114,7 +114,6 @@ echo -e "\nInstalling some python packages: "
114
for ((i=0;i<$RETRY_COUNT;i++))
115
do
116
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid > /tmp/piplog
117
- python2 -m pip install --user --upgrade pylint pycodestyle >> /tmp/piplog
118
if [[ $? -eq 0 ]]; then
119
echo -e "\npython packages installed successfully"
120
break;
@@ -124,4 +123,4 @@ do
124
123
done
125
126
echo -e "\nVersion of pip packages:\n"
127
-echo $(pip freeze)
+echo $(pip freeze)
0 commit comments