summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-02 10:35:58 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-06 16:02:51 +0100
commitb484a97e09f4fc94680b748cab81bb6386c44679 (patch)
treee4264cecffa1488337cba4a4e942e7cb71b54a42 /setup.cfg
parent61f044ba09d8076b49d4303d7ac1d11ffc2175f4 (diff)
Use setuptools to run the tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..89232640
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[nosetests]
+with-doctest=1
+with-coverage=1
+cover-package=gbp