Add flake8 configuration

This commit is contained in:
2019-05-12 08:33:00 +02:00
parent e5aada3a85
commit 1c8335289a
2 changed files with 5 additions and 0 deletions

View File

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