@ -17,3 +17,10 @@ cd ..
echo " PEP8"
pycodestyle ./src
if [ $? -eq 0 ]
then
echo "OK"
else
echo "WARNING"
fi