aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index eef5b7d..79205d5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,7 @@ commands = python --version
[testenv:style]
basepython = python3
-deps = flake8
+deps = flake8==3.4.1
commands = flake8
[flake8]