summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2018-03-29 12:52:30 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2018-03-29 12:52:30 +0800
commitdc3ecc22915249d0fb542ab23b400abd6b5ef620 (patch)
tree0702afe5a760ec9e1d3c940fedc9289e2273bb17
parentdf2fec950e994490f16b5c9a90d5add48d6dcdf2 (diff)
Fix pep8 error
Add ignore files in tox.ini and .gitignore Issue-ID: MODELING-76 Change-Id: Ie55e9e1fcaada700973fd44ea2145e06c8b8944d Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
-rw-r--r--nfvparser/.gitignore1
-rw-r--r--nfvparser/tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/nfvparser/.gitignore b/nfvparser/.gitignore
index e67512a..4df64b3 100644
--- a/nfvparser/.gitignore
+++ b/nfvparser/.gitignore
@@ -39,6 +39,7 @@ pip-log.txt
.tox
nosetests.xml
.testrepository
+coverage.xml
# Translations
*.mo
diff --git a/nfvparser/tox.ini b/nfvparser/tox.ini
index 7290e9f..d204df3 100644
--- a/nfvparser/tox.ini
+++ b/nfvparser/tox.ini
@@ -50,4 +50,4 @@ commands = oslo_debug_helper -t toscaparser/tests {posargs}
show-source = True
ignore = E123,E125,H803
builtins = _
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.venv-tox,venv-tox