fix busted flake8 CI

This commit is contained in:
Ryan Petrello
2020-08-10 12:22:31 -04:00
parent 52bb71b63e
commit 32542021c6
2 changed files with 9 additions and 9 deletions

9
tox.ini Normal file
View File

@@ -0,0 +1,9 @@
[testenv:linters]
deps =
make
flake8
yamllint
allowlist_externals = make
commands =
make flake8
yamllint -s .