Skip to content

Commit

Permalink
try and work around extra output in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Dec 23, 2013
1 parent b55e6a8 commit c4ae5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coverage.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python:
- "2.7"
- "3.3"
install: pip install coveralls coverage
script: nosetests --with-coverage
script: nosetests --with-coverage --cover-package=serf_master
after_success: coveralls

0 comments on commit c4ae5d1

Please sign in to comment.