Skip to content

Commit

Permalink
Add setup.cfg and ignore coverage info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Mar 26, 2010
1 parent 65b46ed commit db24e4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[easy_install]
zip_ok = false

[nosetests]
match=^test
where=deform
nocapture=1
cover-package=deform
cover-erase=1

0 comments on commit db24e4a

Please sign in to comment.