tox.ini: set coverage dir to src/

This commit is contained in:
Benjamin Dauvergne 2016-02-22 18:19:11 +01:00
parent aaca0125ba
commit f421d3c4c4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ deps = pytest
pytest-cov
pytest-random
commands =
py.test --junit-xml=junit.xml --cov=ldaptools --cov-report xml {posargs} tests
py.test --junit-xml=junit.xml --cov=src --cov-report xml {posargs} tests
[testenv:nocoverage]
deps = pytest