Fix pep8 1.7.0 W503 in play.py
[integration/test.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 78dc42860f1afde137006d9b022ae2340e66ac7a..ab5d3b4d0e58adc510a087c8f7bac894a2106249 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,9 @@ envlist = pep8
 skipsdist = true
 
 [testenv:pep8]
-deps = flake8
+deps =
+    flake8
+    pep8==1.5.7
 commands = flake8
 
 [flake8]