summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorJoseph O'Leary <joseph.o.leary@est.tech>2020-02-21 08:44:13 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-21 08:44:13 +0000
commit06d595819918da57b6ce3ffeb9346c7913f2c66b (patch)
tree2e6429d28d6ca3a02e40fb18c047e71fe3eeb01a /components/pm-subscription-handler/tox.ini
parentc462be48a8b56a7e925315d79f18c5c97123459f (diff)
parent26b76c02052269ea850d8d4efd6deb536115a0af (diff)
Merge "Add Support for Activation and Deactivation"
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r--components/pm-subscription-handler/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini
index 6e83d552..5ba25d5b 100644
--- a/components/pm-subscription-handler/tox.ini
+++ b/components/pm-subscription-handler/tox.ini
@@ -30,7 +30,8 @@ deps=
setenv =
PYTHONPATH={toxinidir}/pmsh_service:{toxinidir}/pmsh_service/mod:{toxinidir}/tests
commands=
- pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term tests --verbose --cov-fail-under=70
+ pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term \
+ tests --verbose --cov-fail-under=70
[testenv:flake8]
basepython = python3