Update tox.ini

This commit is contained in:
William Falcon 2019-08-14 10:22:41 -04:00 committed by GitHub
parent 590282f2b0
commit 0f287ce5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ commands =
flake8 .
[flake8]
exclude = .tox,*.egg,build,temp
exclude = .tox,*.egg,build,temp,examples/templates
select = E,W,F
doctests = True
verbose = 2