summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 02:09:09 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 02:09:09 +0200
commit895550cbb45510665f74382d18a5bc69451c7066 (patch)
tree789948575b3511420113066fe9c4210c58a524d0 /pyproject.toml
parentbf15b29ee2fabfe8b720413be5bb929d5814cc97 (diff)
downloadwheel-git-895550cbb45510665f74382d18a5bc69451c7066.tar.gz
Moved tool configurations to pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a3165ec..7611987 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,3 +15,13 @@ skip_gitignore = true
[tool.flake8]
max-line-length = 88
+
+[tool.pytest.ini_options]
+testpaths = "tests"
+
+[tool.coverage.run]
+source = ["wheel"]
+omit = ["*/vendored/*"]
+
+[tool.coverage.report]
+show_missing = true