From e869da67222e4ae8df30cbd42a9d191915ed5815 Mon Sep 17 00:00:00 2001 From: Simon Pomarede Date: Thu, 4 Feb 2016 15:16:16 +0100 Subject: [PATCH] Example of PEP8 validation command --- test/run_all.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/run_all.sh b/test/run_all.sh index a6efebb..e0ef328 100755 --- a/test/run_all.sh +++ b/test/run_all.sh @@ -21,3 +21,8 @@ coverage run --source=../commands/config.py -a config/option_value_2.py >> test_ coverage run --source=../commands/config.py -a config/create_user_pyconf.py >> test_res.html coverage run --source=../commands/config.py -a config/option_copy.py >> test_res.html coverage html + +# Test PEP8 +#pep8 --statistics ../commands/config.py ../commands/*.py ../src/*.py ../src/*/*.py + + -- 2.39.2