summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-14 23:17:20 -0500
committerMichael Merickel <michael@merickel.org>2018-10-14 23:46:11 -0500
commitf9da0b676f29444b7d3628d0340b081fb02d4aa2 (patch)
tree031fbef2abec8e6f7ebb1e7bcb4a91ec9cca685f /setup.cfg
parentdd3cc81f75dcb5ff96e0751653071722a15f46c2 (diff)
downloadpyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.gz
pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.bz2
pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.zip
fix tests to run from the tests folder
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]