summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-10-13 12:14:30 +0100
committerStephen Finucane <sfinucan@redhat.com>2021-10-21 17:14:45 +0100
commita797c9d2a351fd87d2f8075bbf7180fc6b202d92 (patch)
treee096143ae03ecb1f5c639d6e84655387f5f26405
parentc985e0a23b822337c685b1bcfb2fcc0a54bdcaad (diff)
downloadpython-openstackclient-a797c9d2a351fd87d2f8075bbf7180fc6b202d92.tar.gz
tox: Ignore virtualenvs for pep8 environment
Change-Id: I473d1b6c1287325566a5f5f5aadaea802c6af6f4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8a386267..6eefc26e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -133,7 +133,7 @@ commands =
show-source = True
# H203: Use assertIs(Not)None to check for None
enable-extensions = H203
-exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
+exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,releasenotes
# W504 is disabled since you must choose between this or W503
ignore = W504
import-order-style = pep8