aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0cd8d9d..7457397 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,8 @@
[aliases]
test = pytest
+[tool:pytest]
+norecursedirs = vendor
+
[wheel]
universal = 1