aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-09-09 16:22:41 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-09-09 16:23:10 +0800
commit8248c6f70f79f73a3f5ea7f9a49278321b8b4139 (patch)
tree03d863716db7e5ee446714f05b036a7611c9a3e2 /tox.ini
parente9e8267542196faee633746680cd5ac01a7d7d1b (diff)
Update project version1.0.7
Issue-ID: MODELING-427 Change-Id: Icbe63e48ef9ad9e71b3169e80929ac5e809a7bc1 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f9b7824..9332176 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501,E722
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
[testenv]
deps = -r{toxinidir}/requirements.txt
@@ -24,3 +24,4 @@ commands =
[testenv:cov]
deps = coverage==4.2
commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
+