Commit 32684af2 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

tests: Minor change.

Showing with 7 additions and 0 deletions
+7 -0
......@@ -17,3 +17,10 @@ cd ..
echo " PEP8"
pycodestyle ./src
if [ $? -eq 0 ]
then
echo "OK"
else
echo "WARNING"
fi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment