diff options
author | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-05-28 15:27:18 +0800 |
---|---|---|
committer | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-05-28 15:27:31 +0800 |
commit | 850606964fbfa7c9fc7e589afe7ceb97c83751f3 (patch) | |
tree | a8cff02ba2c6bc3a50bfc5b661b49d0e82fa266c | |
parent | 8e0a65d9c1501f157af18957e16f40053ec04b87 (diff) |
feat:add test file for nlp project
Issue-ID: USECASEUI-525
Change-Id: I33a436fb2d792a60dcabca9ac6fb7cd5eb246969
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
-rw-r--r-- | nlp/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlp/tox.ini b/nlp/tox.ini index 92767c4..40208b2 100644 --- a/nlp/tox.ini +++ b/nlp/tox.ini @@ -5,7 +5,7 @@ skipsdist = true [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox,./venv,./docs +exclude = ./venv-tox,./.tox,./venv,./docs,Test* [testenv:pep8] deps = flake8 |