Remove extra pep8/flake8/pyflakes requirements

pep8 flake8 and pyflakes are pinned as part of hacking.  So they don't
need to be pinned here as well.

Also add posargs to flake8, so can do things like 'tox -epep8 --
--statistics'

Change-Id: Id37949caa5a487cd98b6b85c026689fbd63cb5d8
This commit is contained in:
Joe Gordon 2013-07-22 16:07:06 -07:00
parent d1b78db89a
commit 464d9ba426
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.6,<0.7
coverage>=3.6
discover

View File

@ -17,7 +17,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8
flake8 {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}