Fix bugs with preflight check and DPDK dependency
[kuberef.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0d309d7..7ebbddc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,7 @@
+; SPDX-FileCopyrightText: 2021 Anuket contributors
+;
+; SPDX-License-Identifier: Apache-2.0
+
 [tox]
 minversion = 3.5
 skipsdist = True
@@ -12,6 +16,7 @@ deps =
 whitelist_externals = bash
 commands = bash -c "find {toxinidir} \
    -not -path {toxinidir}/.tox/\* \
+   -not -path {toxinidir}/.venv/\* \
 # E006 check for lines longer than 79 columns
    -name \*.sh | xargs bashate -v -iE006"
    bash -c "yamllint {toxinidir}"