From: Daniel Farrell Date: Tue, 17 Mar 2015 03:26:38 +0000 (+0000) Subject: Merge "Fix pep8 violations in flow_config_blaster_fle" X-Git-Tag: release/helium-sr3~44 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a79ae28f92bab545de777fcd671d5f0e8e3a06a5;hp=baf24e3f94270bd102064cb5629330078b19847a;p=integration%2Ftest.git Merge "Fix pep8 violations in flow_config_blaster_fle" --- 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