Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-07-25 12:42:09 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-07-25 12:42:09 +0200
commit9940cf3b9af7296bba0b1966b7300904b78575a0 (patch)
tree51dceb2b9f5ce04badd3a72e2ebaea567ded3116
parent967f2aee9a7d1701f1b26465264f63ba0392f071 (diff)
use nose for testing and ignore generated files and directories
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@9 9dea7c4f-944c-4273-ac1a-574ede026edc
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..39a9f15
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,6 @@
+[nosetests]
+with-doctest=true
+with-coverage=true
+cover-erase=true
+cover-html=true
+cover-html-dir=coverage