summaryrefslogtreecommitdiffhomepage
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index c48c0696..1ab8aea7 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -106,8 +106,7 @@ run_pylint() {
run_pep8() {
echo "Running pep8 ..."
- PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib,dictconfig.py"
- PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source"
+ PEP8_OPTIONS="--repeat --show-source"
PEP8_INCLUDE="ryu setup*.py"
PEP8_LOG=pep8.log
${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE | tee $PEP8_LOG