diff options
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index e558f1d4..3873fc9a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -106,7 +106,7 @@ run_pylint() { run_pep8() { echo "Running pep8 ..." - PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib" + PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib,dictconfig.py" PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source" PEP8_INCLUDE="ryu setup*.py" PEP8_LOG=pep8.log |