Skip to content

Commit

Permalink
Setup nose to only cover this package
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed May 8, 2011
1 parent 9402837 commit 2e72a0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[egg_info]
tag_build = dev
tag_svn_revision = true

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

0 comments on commit 2e72a0f

Please sign in to comment.