aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2019-04-24 15:47:22 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-25 09:41:37 +0800
commitd91657fce78f76ddb7467651c6e9647c6fcf9e67 (patch)
treeb08753fa04585d48a40e1a8efd361134267c1456 /tox.ini
parent1956f96041fb81e46a1fb5973da5acb80349c8ba (diff)
update coverage command
Change-Id: Ibbc6ce866296f61cf5b100c7da4e931c3b177531 Issue-ID: MODELING-159 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
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 fcc6330..af22272 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ exclude = ./venv-tox,./.tox
[testenv]
deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test catalog
+commands = coverage run --branch manage.py test genericparser
[testenv:pep8]
deps = flake8