From 31af303d0743dc96e5f6790051dfd3c3889f5877 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 18 Jan 2016 07:40:42 +0100 Subject: [PATCH] tox: Update pep8 to 1.7. We're now ready for #1226, but this only updates pep8 for now. Changes: * Reverted the fix, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time. * Added support for Python 3.5. * Added support for multi-line config_file option parsing. * Improved parameter parsing. Bugs: * Fixed BytesWarning on Python 3. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4af87d2e..9624da5b4 100644 --- a/tox.ini +++ b/tox.ini @@ -168,7 +168,7 @@ deps = -r{toxinidir}/requirements.txt apipkg==1.4 execnet==1.4.1 - pep8==1.6.2 + pep8==1.7 py==1.4.31 pytest==2.8.5 pytest-pep8==1.0.6