mirror of https://github.com/apache/cloudstack.git
pylint/travis trouble
This commit is contained in:
parent
e589b68077
commit
f4c9be5bbd
|
|
@ -31,10 +31,10 @@ then
|
|||
fi
|
||||
|
||||
echo "Running pylint to check systemvm/python code for errors"
|
||||
python --verion
|
||||
python --version
|
||||
pyenv versions
|
||||
python -m pylint --disable=R,C,W *.py
|
||||
python -m pylint --disable=R,C,W `find ../debian -name \*.py`
|
||||
pylint --disable=R,C,W *.py
|
||||
pylint --disable=R,C,W `find ../debian -name \*.py`
|
||||
if [ $? -gt 0 ]
|
||||
then
|
||||
echo "pylint failed, please check your code"
|
||||
|
|
|
|||
Loading…
Reference in New Issue