From 739413f6fb8cc9a8015b2b93270564398ec372a2 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 8 Feb 2013 08:46:07 -0500 Subject: [PATCH] Re-enable pyflakes. Pyflakes 0.6.1 contains the fix for property decorators (LP bug 812958) so let's re-enable pyflakes in tox. Change-Id: Iaffb48261843d71f7be942d0ef9d409cdb9af858 --- tools/test-requires | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index c5427293..9884b409 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,6 +2,7 @@ fixtures>=0.3.12 pep8 mock httplib2 +pyflakes>=0.6.1 python-subunit sphinx>=1.1.2 testrepository>=0.0.8 diff --git a/tox.ini b/tox.ini index 7fb6f57e..643e652a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py27,pep8,pyflakes [testenv] deps = -r{toxinidir}/tools/pip-requires