Skip to content

Commit 0457f5d

Browse files
authored
Update before_install.sh
1 parent 9d41c12 commit 0457f5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/travis/before_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ echo -e "\nInstalling some python packages: "
114114
for ((i=0;i<$RETRY_COUNT;i++))
115115
do
116116
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
118117
if [[ $? -eq 0 ]]; then
119118
echo -e "\npython packages installed successfully"
120119
break;
@@ -124,4 +123,4 @@ do
124123
done
125124

126125
echo -e "\nVersion of pip packages:\n"
127-
echo $(pip freeze)
126+
echo $(pip freeze)

0 commit comments

Comments
 (0)