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 80f5ae0..e66417c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,13 @@
[flake8]
max-line-length = 119
-exclude =
+exclude =
docs/,
.tox/
[wheel]
universal = 1
-[pytest]
+[tool:pytest]
addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
[aliases]