Add coverage.py configuration

This commit is contained in:
Pete 2013-08-29 14:37:58 -07:00
parent f6186d2dbd
commit ba4515ded6
2 changed files with 6 additions and 0 deletions

4
.coveragerc Normal file
View file

@ -0,0 +1,4 @@
# .coveragerc to control coverage.py
[run]
# Capture branch coverage
branch = True

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ dist
tests/tokens.py
tests.log
.tox
.coverage
htmlcov