summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2011-11-25 09:50:06 -0700
committerAric Hagberg <aric.hagberg@gmail.com>2011-11-25 09:50:06 -0700
commit40039448d8f51480c313fa068f9fb82d22b99063 (patch)
treebcb4b06316038695aada728c1cfc5e92b86e2233 /setup.cfg
parent42af1dabf801c430438d9c1ff6b499dabddace98 (diff)
downloadnetworkx-40039448d8f51480c313fa068f9fb82d22b99063.tar.gz
Change install instructions to reflect mercurial repository.
Increase verbosity of nosetests.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c2c83b3e..433aa7b9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,7 @@
[nosetests]
-verbosity=1
+verbosity=2
detailed-errors=1
with-doctest=1
doctest-extension=txt
+