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
This commit is contained in:
David Shrewsbury 2013-02-08 08:46:07 -05:00
parent 18c0c6bf6d
commit 739413f6fb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,pep8
envlist = py27,pep8,pyflakes
[testenv]
deps = -r{toxinidir}/tools/pip-requires