diff options
author | Victor Morales <v.morales@samsung.com> | 2020-10-01 17:24:32 -0400 |
---|---|---|
committer | Michael Pedersen <michaelx.pedersen@intel.com> | 2021-03-03 08:55:39 +0000 |
commit | 3c0a7dbb638b633855658baed38e3b871a5bcac0 (patch) | |
tree | 0e29fe03c1974b36d701bd6df5985d57e6a95a08 /tox.ini | |
parent | 402f6f6d6ecde005eb89166957d209bcf6b5ac40 (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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" |