tests: Minor change.

setup.py
Pierre-Antoine Rouby 2023-10-24 10:56:23 +02:00
parent 862ec88191
commit 32684af292
1 changed files with 7 additions and 0 deletions

View File

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