pycodestyle2 and -lint2 in travis

This commit is contained in:
Daan Hoogland 2021-02-04 08:37:11 +00:00
parent c2e38633b9
commit dcd4e3612f
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ 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;