Skip to content

Commit

Permalink
Switch to python-coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Feb 29, 2016
1 parent 91b4cf6 commit fbd7940
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
omit =
*/tests*
setup.py

[report]
exclude_lines =
def __repr__
def __str__
if __name__ = .__main__.:
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coveralls
flake8
pylint
pytest
pytest-cov
python-coveralls

0 comments on commit fbd7940

Please sign in to comment.