tox: run the makefile flake8 target

This commit is contained in:
David Aguilar
2019-01-03 21:22:29 -08:00
parent d3e9aac7f1
commit 75c4d42379
+1 -9
View File
@@ -11,12 +11,4 @@ whitelist_externals =
make
commands =
make test
[testenv:flake8]
deps = flake8
commands = flake8 .
[flake8]
max-line-length = 80
exclude = .tox,env*,build,dist
filename = *.py
make flake8