Update tox.ini

This commit is contained in:
William Falcon 2019-09-08 15:46:30 -04:00 committed by GitHub
parent 10d190e045
commit 83b756f77b
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,examples/templates
exclude = .tox,*.egg,build,temp,examples/*
select = E,W,F
doctests = True
verbose = 2