Merge "Fix pep8 violations in testmodule.py"
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 17 Mar 2015 04:19:04 +0000 (04:19 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 17 Mar 2015 04:19:04 +0000 (04:19 +0000)
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