tox: Get flake8 to run again
Seems like when not passing a file path, flake8 does less (or nothing?!)
This commit is contained in:
parent
1980dbb529
commit
2cbb147e33
2
tox.ini
2
tox.ini
@ -122,7 +122,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/misc/requirements/requirements-flake8.txt
|
-r{toxinidir}/misc/requirements/requirements-flake8.txt
|
||||||
commands =
|
commands =
|
||||||
{envpython} -m flake8
|
{envpython} -m flake8 {posargs:qutebrowser tests scripts}
|
||||||
|
|
||||||
[testenv:pyroma]
|
[testenv:pyroma]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user