summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Morales <v.morales@samsung.com>2020-10-01 17:24:32 -0400
committerMichael Pedersen <michaelx.pedersen@intel.com>2021-03-03 08:55:39 +0000
commit3c0a7dbb638b633855658baed38e3b871a5bcac0 (patch)
tree0e29fe03c1974b36d701bd6df5985d57e6a95a08 /tox.ini
parent402f6f6d6ecde005eb89166957d209bcf6b5ac40 (diff)
Switch to Python Virtual Environment
Virtual Environments allow the python modules installation without affecting the hosting node. This helps to control dependencies required by this project. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: Ib53d9dd335a4707ff863a6fd732d23d323513430 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71195 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0d309d7..a4d4dc7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,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}"