8000 use nose for testing and ignore generated files and directories · odony/python-stdnum@9940cf3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9940cf3

Browse files
committed
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
1 parent 967f2ae commit 9940cf3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[nosetests]
2+
with-doctest=true
3+
with-coverage=true
4+
cover-erase=true
5+
cover-html=true
6+
cover-html-dir=coverage

0 commit comments

Comments
 (0)
0