BLD: tox.ini: flake8: add whitelist_externals for latest tox instead of adding dep, pass posargs through

This commit is contained in:
Wes Turner
2020-02-10 17:25:54 -05:00
parent 0adf058916
commit b2b6d240a7

View File

@@ -28,10 +28,12 @@ commands=
basepython = python3
description =
Run style checks.
whitelist_externals =
flake8
extras =
lint
commands =
flake8
flake8 {posargs}
[testenv:pylint]
basepython = python3