summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2035a2e..e68206f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[pytest]
minversion = 2.8.2
strict = true
-norecursedirs = build dist .* *.egg doc _trial_temp
+testpaths = tests
[sdist]
force_manifest=1