From 8534010f027a545ababd923f07af646d29f799dc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 11 Feb 2016 19:26:13 +0100 Subject: [PATCH] tox: Update flake8 to 2.5.4. Actually parse output_file and enable_extensions from config files. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a63dfc45..b264b3f2c 100644 --- a/tox.ini +++ b/tox.ini @@ -163,7 +163,7 @@ basepython = python3 passenv = deps = -r{toxinidir}/requirements.txt - flake8==2.5.2 + flake8==2.5.4 flake8-debugger==1.4.0 pep8-naming==0.3.3 flake8-putty==0.2.0