diff --git a/tox.ini b/tox.ini
index 0c1d70afc21b22c5b12931edc6350eb1b7638620..66dc13c53fe990345217995785e5cb4eec72557c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,8 +13,7 @@ commands=
 skip_install = True
 deps = .[dev]
 commands =
-    # disabled for now as it would fail
-    # flake8 --max-line-length 79 sbws scripts tests
+    flake8 --exclude pastlylogger.py sbws scripts tests
 
 [testenv:stats]
 skip_install = True