From: Daniel Farrell Date: Mon, 16 Mar 2015 20:54:24 +0000 (+0000) Subject: Merge topic 'pep8' X-Git-Tag: release/helium-sr3~55 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=28ec0a2e53dd10109eee0eedc752809163683491;hp=541c3a58febf6203d863a006f835ebfc983a149e;p=integration%2Ftest.git Merge topic 'pep8' * changes: Fix pep8 violations in csit/libraries/SwitchClasses/ProVision_3800.py Fix pep8 violations in csit/libraries/SwitchClasses/ProVision.py --- diff --git a/test/tox.ini b/test/tox.ini index f33ab75db2..dee125dbe1 100644 --- a/test/tox.ini +++ b/test/tox.ini @@ -1,4 +1,5 @@ [tox] +#minversion=1.6.0 envlist = pep8 #skipsdist = true # Command only available in tox 1.6.0 @@ -7,5 +8,6 @@ deps = flake8 commands = flake8 [flake8] +show-source = True max-line-length = 120