aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-15 13:06:00 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-26 20:04:05 +0200
commitd8e234820a23d94ec5f1c67541d97896fd94af2f (patch)
tree2f1dd13b8af9e7d085459492110876312cc15e20 /setup.cfg
Initial commit
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..292eb0d
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[nosetests]
+with-doctest=1
+with-xunit=1
+cover-package=pomop
+cover-erase=1