From 2533ecb478d0ae8819438c054baeb4d6078d82ee Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 15 Mar 2017 11:40:06 +0000 Subject: [PATCH] Pass "mistral_lib" to the coverage test Otherwise it defaults to the package name which is mistral-lib, which doesn't work. Change-Id: Id7d0af7324934658fae6d235049a86c0c466b954 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 33c4117..5d890cb 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = flake8 {posargs} commands = {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = python setup.py test --coverage --coverage-package-name=mistral_lib --testr-args='{posargs}' [testenv:docs] commands = python setup.py build_sphinx