diff options
-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 |