From 9940cf3b9af7296bba0b1966b7300904b78575a0 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 25 Jul 2010 10:42:09 +0000 Subject: 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 --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.cfg 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 -- cgit v1.2.3