Skip to content

Commit

Permalink
even better coverage exclude and travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
maduck committed Mar 8, 2018
1 parent 1e44563 commit f04c65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
omit = *aenum*
omit = *site-packages*
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ install:
- pip install -r requirements.txt
script:
- coverage run libnagios-test.py
- coverage report
after_success:
- coveralls -v
- coveralls

0 comments on commit f04c65b

Please sign in to comment.