summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2012-11-07 08:40:49 -0800
committerMonty Taylor <mordred@inaugust.com>2012-11-08 16:55:15 +0100
commitb4272711ed3591ffff1c7c301201e7b5dbbd815a (patch)
treee252d1326c688a5c43af3cdc3daa6cb52883d6a1 /setup.cfg
parent656b80bef38db8eda148288a4cb5c9fbd3a0da4b (diff)
downloadpython-swiftclient-b4272711ed3591ffff1c7c301201e7b5dbbd815a.tar.gz
tell nose to explicity test the 'tests' directory
Change-Id: Ib6afa775defc521794da627952edbf69721b0874
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 24dae82..ca5fb62 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,7 @@ cover-erase = true
cover-inclusive = true
verbosity=2
detailed-errors=1
+where = tests
[build_sphinx]
source-dir = doc/source