Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges.

This commit is contained in:
Jason R. Coombs
2018-03-03 13:33:07 -05:00
parent 41b814aa6c
commit 40da2c6500
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
addopts=--doctest-modules --flake8
doctest_optionflags=ALLOW_UNICODE ELLIPSIS