summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 86ec0f1..8032dda 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[tool:pytest]
python_files=test*.py
addopts=--tb=native -p no:doctest -p no:logging --cov=raven
-norecursedirs=raven build bin dist docs htmlcov hooks node_modules .* {args}
+norecursedirs=raven build bin dist htmlcov hooks node_modules .* {args}
DJANGO_SETTINGS_MODULE = tests.contrib.django.settings
python_paths = tests
flake8-ignore =
@@ -10,7 +10,7 @@ flake8-ignore =
[flake8]
ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101, I201, I202
max-line-length = 100
-exclude = .tox,.git,docs,tests
+exclude = .tox,.git,tests
[bdist_wheel]
universal = 1