summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonald Bradford <ronald.bradford@gmail.com>2015-10-01 15:39:58 +0000
committerRonald Bradford <ronald.bradford@gmail.com>2015-10-01 15:39:58 +0000
commite3e8f155801589d7f01266fdc4d79eaf6f83a86b (patch)
tree86df51ea75f4a2933ec57e7304ebcf025f08c68a /tox.ini
parent2f5038b712af84aa938b99c2c0050cef9d9a5ead (diff)
downloadoslo-policy-e3e8f155801589d7f01266fdc4d79eaf6f83a86b.tar.gz
Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. Change-Id: Ib0a14b9a05c61ce154f8e24178fc3574e422ccc8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cdd0056..d17eb24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@ commands = {posargs}
commands = python setup.py build_sphinx
[testenv:cover]
-commands = python setup.py testr --coverage
+commands = python setup.py test --coverage --coverage-package-name=oslo_policy --testr-args='{posargs}'
[flake8]
# H803 skipped on purpose per list discussion.
@@ -45,4 +45,4 @@ import_exceptions = oslo_policy._i18n
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
-commands = pip-missing-reqs -d --ignore-module=oslo_policy* --ignore-module=pkg_resources --ignore-file=oslo_policy/test.py --ignore-file=oslo_policy/tests/* oslo_policy \ No newline at end of file
+commands = pip-missing-reqs -d --ignore-module=oslo_policy* --ignore-module=pkg_resources --ignore-file=oslo_policy/test.py --ignore-file=oslo_policy/tests/* oslo_policy