Add flake8 to tox.ini

This commit is contained in:
2019-05-12 09:10:41 +02:00
parent ed43de1326
commit d137bfccef

View File

@@ -1,8 +1,12 @@
[tox] [tox]
envlist = py27,py35,py37 envlist = py27,py35,py37
[testenv] [testenv]
deps=pytest deps =
commands=pytest flake8
pytest
commands =
flake8
pytest
[flake8] [flake8]
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__ exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__