Add posargs to tox -epep8

Add posargs so you can specify arbitrary pep8 flags such as:
  tox -epep8 -- --count

Change-Id: Idce9e163ab05c14f09e1a47394eab38b005055cf
This commit is contained in:
Joe Gordon 2014-04-04 16:28:19 -07:00
parent 2854f2db64
commit 3c9378fb46

View File

@ -17,7 +17,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8
commands = flake8 {posargs}
[testenv:integration]
commands =