Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
ignore versioner in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Mar 28, 2017
1 parent ce2cd37 commit ab2a8de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[report]
omit = remarker/_version.py
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ install:
- "pip install .[testing]"
- "pip install pytest-cov coveralls"
# command to run tests
script: python setup.py test --addopts "-vrs --cov remarker"
script: python setup.py test --addopts "-vs --cov remarker"
after_success: coveralls

0 comments on commit ab2a8de

Please sign in to comment.