From 2ebe30af4189b1350d899bbbb531d06b6b1cfad8 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 15 Oct 2017 02:09:42 +0200 Subject: [PATCH] Force upgrade of Pyflakes in Tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e19cc5a..aeb47f1 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ commands = mypy --ignore-missing-imports fimfarchive deps = -rrequirements.txt + pyflakes>=1.6.0 pytest flake8 mypy