move coveragerc to setup.cfg

This commit is contained in:
David Lord 2018-04-12 12:37:35 -07:00
parent 84e9ff3853
commit b927dfb97d
2 changed files with 12 additions and 11 deletions

View file

@ -10,3 +10,15 @@ license_file = LICENSE
[tool:pytest]
minversion = 3.0
testpaths = tests
[coverage:run]
branch = True
source =
flask
tests
[coverage:paths]
source =
flask
.tox/*/lib/python*/site-packages/flask
.tox/pypy/site-packages/flask