tox: Get flake8 to run again

Seems like when not passing a file path, flake8 does less (or nothing?!)
This commit is contained in:
Florian Bruhin 2016-08-09 17:12:42 +02:00
parent 1980dbb529
commit 2cbb147e33

View File

@ -122,7 +122,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-flake8.txt
commands =
{envpython} -m flake8
{envpython} -m flake8 {posargs:qutebrowser tests scripts}
[testenv:pyroma]
basepython = python3