summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index cb74bd24c..59f2f9a2f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,9 @@
zip_ok = false
[nosetests]
-match=^test
-where=pyramid
-nocapture=1
+match = ^test
+tests = src/pyramid,tests,docs
+nocapture = 1
[aliases]
dev = develop easy_install pyramid[testing]