aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2017-03-31 17:38:10 +0000
committerBen Nemec <bnemec@redhat.com>2017-03-31 17:45:11 +0000
commit1b83afb07ddec59845ea3ca47fb9b20eefba1c5d (patch)
tree1a0092123f0bc86fdfe6b64588215f7da2bd42e8 /tox.ini
parent8d8f96ac1a3d380adb943893eed22b1f9ae254d7 (diff)
Fix coverage tox config
By default coverage looks for os-net-config, but since that's not a valid python package name the actual package is called os_net_config. This change correctly specifies that. Change-Id: I5949ad2380942440f74397c2d74c94bc6ef3c55d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 451808c..a1bd79c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
-commands = python setup.py testr --coverage --testr-args='{posargs}'
+commands = python setup.py testr --coverage --coverage-package-name=os_net_config --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx