summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-03 13:33:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-03-03 13:36:28 -0500
commit40da2c65007ccc250c7d897d497ef2b3fb58f3d4 (patch)
tree10ba3813e720619254e54a0c826be2659810269a /pytest.ini
parent41b814aa6cff3c46788a1d410095061a82af2076 (diff)
downloadpytest-runner-40da2c65007ccc250c7d897d497ef2b3fb58f3d4.tar.gz
Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 1b2f624..0ba22c3 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules
+addopts=--doctest-modules --flake8
doctest_optionflags=ALLOW_UNICODE ELLIPSIS