Merge "Fix pep8 in csit/libraries/CrudLibrary.py"
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 16 Mar 2015 19:27:47 +0000 (19:27 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 16 Mar 2015 19:27:48 +0000 (19:27 +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