From 645a1512dd8e1c1211fccb5cd4b2cd6e9af8b236 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 Jun 2015 06:10:12 +0200 Subject: [PATCH] tox: Update pyflakes to 0.9.1. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c588b8d5d..b51497562 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ deps = -r{toxinidir}/requirements.txt py==1.4.28 pytest==2.7.1 - pyflakes==0.9.0 + pyflakes==0.9.1 pytest-flakes==1.0.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir}