From: Daniel Farrell Date: Mon, 16 Mar 2015 19:27:47 +0000 (+0000) Subject: Merge "Fix pep8 in csit/libraries/CrudLibrary.py" X-Git-Tag: release/helium-sr3~65 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=264c0d1ff509908a879bd1c7af34dfed29c5ba19;hp=663af9fc1c4ec3a67c0b7a573da6eac88c6fc269;p=integration%2Ftest.git Merge "Fix pep8 in csit/libraries/CrudLibrary.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