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
+1 -1
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