aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 92278d5..1a5c40a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,4 +2,8 @@
test = pytest
[tool:pytest]
-addopts = --cov wikiget --verbose test
+addopts = --cov=wikiget --verbose
+testpaths = test
+
+[flake8]
+exclude = .eggs,.git,__pycache__,build,dist,venv