Merge topic 'pep8'
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 16 Mar 2015 20:54:24 +0000 (20:54 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 16 Mar 2015 20:54:24 +0000 (20:54 +0000)
* changes:
  Fix pep8 violations in csit/libraries/SwitchClasses/ProVision_3800.py
  Fix pep8 violations in csit/libraries/SwitchClasses/ProVision.py

test/tox.ini

index f33ab75db28717f7c6555f4bc1bd7d6c63445ccb..dee125dbe19fe1bd1f84f3c85d87a6a54bb6a385 100644 (file)
@@ -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