fix cover report tox job

Change-Id: I28dfc5fbe33e6a40507c30303e040b122989adff
This commit is contained in:
Adrian Turjak 2017-12-05 22:33:43 +13:00
parent bfef179935
commit 553c7f4ad8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ commands =
[testenv:cover_report]
commands =
coverage run --source='.' .tox/cover/bin/adjutant-api test {posargs}
coverage run --source='.' .tox/cover_report/bin/adjutant-api test {posargs}
coverage report --include adjutant/* -m
[testenv:venv]