[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

View File

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