mirror of https://github.com/apache/cloudstack.git
pycodestyle2 and -lint2 in travis
This commit is contained in:
parent
c2e38633b9
commit
dcd4e3612f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue