From 777e7e3854c431a0965d5f1db3f01bfcae513d30 Mon Sep 17 00:00:00 2001 From: Fabian Neundorf Date: Mon, 25 Jul 2016 11:53:10 +0000 Subject: [PATCH] Force flake8 test to below 3.x Because flake8-import-order does not support Flake8 3.x yet, we need to force a Flake8 version that is supported. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a138e1b..a47fb00 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands = basepython = python3 skip_install = true deps = - flake8 + flake8<3 flake8-docstrings>=0.2.7 flake8-import-order commands =