Use 3.5.0 version of flake8
[integration/test.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 898f0292e2462f07532cd6531555bf0045c39046..03b6434dd96950a1f0799b6ffe18ef756e9371df 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands = python ./tools/robot_check/tidytool.py diff csit tools
 
 [testenv:pep8]
 deps =
-    flake8
+    flake8~=3.5.0
 commands = flake8
 
 [flake8]