Merge "Use '-m' for tempest_coverage.py in tox.ini"
diff --git a/tox.ini b/tox.ini
index 33ca1c4..1b18586 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,9 +14,9 @@
 commands = nosetests {posargs}
 
 [testenv:coverage]
-commands = python tools/tempest_coverage.py -c start --combine
+commands = python -m tools/tempest_coverage -c start --combine
            nosetests {posargs}
-           python tools/tempest_coverage.py -c report --html
+           python -m tools/tempest_coverage -c report --html
 
 [testenv:pep8]
 deps = pep8==1.3.3