[Tests] Fix flake8 v3 searching .tox dir

This commit is contained in:
Calum Lind 2016-10-10 18:46:09 +01:00
parent aa164cdbce
commit db1b427b3f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[flake8]
max-line-length = 120
builtins = _,__request__
exclude = .git,dist,build
exclude = .git,.tox,dist,build
[pep8]
max-line-length = 120